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>
This commit is contained in:
Murali Karicheri 2018-03-12 09:10:07 +02:00 committed by Arnd Bergmann
parent 4cd6847c28
commit 90d4806b8d
2 changed files with 13 additions and 0 deletions

View File

@ -603,5 +603,11 @@
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>;
};
};
};

View File

@ -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>;
};
};
};