Commit 90d4806b authored by Murali Karicheri's avatar Murali Karicheri Committed by Arnd Bergmann

ARM: dts: Keystone: add ECC error handler support

Add emif node for keystone2 devices, which is used for ECC support.
Signed-off-by: default avatarMurali Karicheri <m-karicheri2@ti.com>
[t-kristo@ti.com: made emif enabled by default for all keystone2 devices]
Signed-off-by: default avatarTero Kristo <t-kristo@ti.com>
Acked-by: default avatarSantosh Shilimkar <ssantosh@kernel.org>
Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
parent 4cd6847c
......@@ -603,5 +603,11 @@ wdt: wdt@02250000 {
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>;
};
};
};
......@@ -343,5 +343,12 @@ pcie_intc0: legacy-interrupt-controller {
<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>;
};
};
};
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment