diff options
author | Tero Kristo <t-kristo@ti.com> | 2020-12-07 15:33:37 +0100 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2020-12-08 14:57:31 +0100 |
commit | 7a8633c4551f5064d7e4460c8ef92373f21530f2 (patch) | |
tree | 8939b85753cc743ca7ed577eef4352484be65e17 | |
parent | ARM: dts: omap3-gta04: fix twl4030-power settings (diff) | |
download | linux-7a8633c4551f5064d7e4460c8ef92373f21530f2.tar.xz linux-7a8633c4551f5064d7e4460c8ef92373f21530f2.zip |
ARM: dts: am574x-idk: add support for EMIF1 ECC
EMIF1 has ECC support, so add the DT node with address and interrupt
details to handle this.
Signed-off-by: Tero Kristo <t-kristo@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
-rw-r--r-- | arch/arm/boot/dts/am574x-idk.dts | 4 | ||||
-rw-r--r-- | arch/arm/boot/dts/dra76x.dtsi | 7 |
2 files changed, 11 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/am574x-idk.dts b/arch/arm/boot/dts/am574x-idk.dts index 37758761cd88..1b8f3a28af05 100644 --- a/arch/arm/boot/dts/am574x-idk.dts +++ b/arch/arm/boot/dts/am574x-idk.dts @@ -39,3 +39,7 @@ &m_can0 { status = "disabled"; }; + +&emif1 { + status = "okay"; +}; diff --git a/arch/arm/boot/dts/dra76x.dtsi b/arch/arm/boot/dts/dra76x.dtsi index b69c7d40f5d8..4a2840c0b6ad 100644 --- a/arch/arm/boot/dts/dra76x.dtsi +++ b/arch/arm/boot/dts/dra76x.dtsi @@ -9,6 +9,13 @@ compatible = "ti,dra762", "ti,dra7"; ocp { + emif1: emif@4c000000 { + compatible = "ti,emif-dra7xx"; + reg = <0x4c000000 0x200>; + interrupts = <GIC_SPI 105 IRQ_TYPE_LEVEL_HIGH>; + status = "disabled"; + }; + target-module@42c01900 { compatible = "ti,sysc-dra7-mcan", "ti,sysc"; ranges = <0x0 0x42c00000 0x2000>; |