diff options
author | Dave Gerlach <d-gerlach@ti.com> | 2015-05-06 12:25:33 -0500 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2015-07-06 05:11:13 -0700 |
commit | fff75ee150104fdc29d86a75a5511482a981c27b (patch) | |
tree | 780c894bd1af3d755d00425bd48d07fb2d0cc4f1 /arch/arm/boot | |
parent | 5c250adb51ca318b67ac3a230a565dbe2ea9f0ef (diff) | |
download | blackbird-obmc-linux-fff75ee150104fdc29d86a75a5511482a981c27b.tar.gz blackbird-obmc-linux-fff75ee150104fdc29d86a75a5511482a981c27b.zip |
ARM: dts: am4372: Add emif node
Add node for TI AM4372 EMIF. Without this we get a warning with the
recent commit fabbe6df (ARM: OMAP: AM43xx hwmod: Add data for am43xx
emif hwmod).
Signed-off-by: Dave Gerlach <d-gerlach@ti.com>
Tested-by: Felipe Balbi <balbi@ti.com>
Acked-by: Felipe Balbi <balbi@ti.com>
[tony@atomide.com: updated comments]
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot')
-rw-r--r-- | arch/arm/boot/dts/am4372.dtsi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/am4372.dtsi b/arch/arm/boot/dts/am4372.dtsi index c80a3e233792..9521a3827021 100644 --- a/arch/arm/boot/dts/am4372.dtsi +++ b/arch/arm/boot/dts/am4372.dtsi @@ -132,6 +132,12 @@ }; }; + emif: emif@4c000000 { + compatible = "ti,emif-am4372"; + reg = <0x4c000000 0x1000000>; + ti,hwmods = "emif"; + }; + edma: edma@49000000 { compatible = "ti,edma3"; ti,hwmods = "tpcc", "tptc0", "tptc1", "tptc2"; |