ARM: dts: Keystone: add ECC error handler support
authorMurali Karicheri <m-karicheri2@ti.com>
Mon, 12 Mar 2018 07:10:07 +0000 (09:10 +0200)
committerArnd Bergmann <arnd@arndb.de>
Mon, 12 Mar 2018 14:14:00 +0000 (15:14 +0100)
Add emif node for keystone2 devices, which is used for ECC support.

Signed-off-by: Murali Karicheri <m-karicheri2@ti.com>
[t-kristo@ti.com: made emif enabled by default for all keystone2 devices]
Signed-off-by: Tero Kristo <t-kristo@ti.com>
Acked-by: Santosh Shilimkar <ssantosh@kernel.org>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
arch/arm/boot/dts/keystone-k2g.dtsi
arch/arm/boot/dts/keystone.dtsi

index dca80ed..da78c00 100644 (file)
                        power-domains = <&k2g_pds 0x22>;
                        clocks = <&k2g_clks 0x22 0>;
                };
+
+               emif: emif@21010000 {
+                       compatible = "ti,emif-keystone";
+                       reg = <0x21010000 0x200>;
+                       interrupts = <GIC_SPI 123 IRQ_TYPE_EDGE_RISING>;
+               };
        };
 };
index 5246042..c298675 100644 (file)
                                        <GIC_SPI 29 IRQ_TYPE_EDGE_RISING>;
                        };
                };
+
+               emif: emif@21010000 {
+                       compatible = "ti,emif-keystone";
+                       reg = <0x21010000 0x200>;
+                       interrupts = <GIC_SPI 448 IRQ_TYPE_EDGE_RISING>;
+                       interrupt-parent = <&gic>;
+               };
        };
 };