diff options
author | Tero Kristo <t-kristo@ti.com> | 2020-12-07 17:33:37 +0300 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2020-12-08 16:57:31 +0300 |
commit | 7a8633c4551f5064d7e4460c8ef92373f21530f2 (patch) | |
tree | 8939b85753cc743ca7ed577eef4352484be65e17 /arch/arm/boot/dts/am574x-idk.dts | |
parent | e278f68cbf18917cbb5d1329f07c940951345090 (diff) | |
download | linux-7a8633c4551f5064d7e4460c8ef92373f21530f2.tar.xz |
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>
Diffstat (limited to 'arch/arm/boot/dts/am574x-idk.dts')
-rw-r--r-- | arch/arm/boot/dts/am574x-idk.dts | 4 |
1 files changed, 4 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"; +}; |