diff options
author | Murali Karicheri <m-karicheri2@ti.com> | 2018-03-12 08:10:07 +0100 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2018-03-12 15:14:00 +0100 |
commit | 90d4806b8ddfbf0999618244e0cfba61aeafda8c (patch) | |
tree | 6cd366c90ac548793383142617791eb4a305d0af /arch/arm/boot/dts/keystone.dtsi | |
parent | ARM: dts: keystone-k2g: add watchdog support (diff) | |
download | linux-90d4806b8ddfbf0999618244e0cfba61aeafda8c.tar.xz linux-90d4806b8ddfbf0999618244e0cfba61aeafda8c.zip |
ARM: dts: Keystone: add ECC error handler support
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>
Diffstat (limited to 'arch/arm/boot/dts/keystone.dtsi')
-rw-r--r-- | arch/arm/boot/dts/keystone.dtsi | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/keystone.dtsi b/arch/arm/boot/dts/keystone.dtsi index 5246042f522b..c298675a29a5 100644 --- a/arch/arm/boot/dts/keystone.dtsi +++ b/arch/arm/boot/dts/keystone.dtsi @@ -343,5 +343,12 @@ <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>; + }; }; }; |