]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ARM: dts: am4372: Add emif node
authorDave Gerlach <d-gerlach@ti.com>
Wed, 6 May 2015 17:25:33 +0000 (12:25 -0500)
committerTony Lindgren <tony@atomide.com>
Mon, 6 Jul 2015 12:11:13 +0000 (05:11 -0700)
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>
Documentation/devicetree/bindings/memory-controllers/ti/emif.txt
arch/arm/boot/dts/am4372.dtsi

index 938f8e1ba2051c98302705df219da917b7e5952f..0db60470ebb6aa7f8d236afd4599166dafb0c11b 100644 (file)
@@ -8,6 +8,7 @@ of the EMIF IP and memory parts attached to it.
 Required properties:
 - compatible   : Should be of the form "ti,emif-<ip-rev>" where <ip-rev>
   is the IP revision of the specific EMIF instance.
+                 For am437x should be ti,emif-am4372.
 
 - phy-type     : <u32> indicating the DDR phy type. Following are the
   allowed values
index c80a3e23379213f67fa92fa7a5ba62f3b44c01c2..9521a3827021a277bb56e7b9c9a51b8495352636 100644 (file)
                        };
                };
 
+               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";