Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Dave Gerlach and committed by
Tony Lindgren
fff75ee1 5c250adb

+7
+1
Documentation/devicetree/bindings/memory-controllers/ti/emif.txt
··· 8 8 Required properties: 9 9 - compatible : Should be of the form "ti,emif-<ip-rev>" where <ip-rev> 10 10 is the IP revision of the specific EMIF instance. 11 + For am437x should be ti,emif-am4372. 11 12 12 13 - phy-type : <u32> indicating the DDR phy type. Following are the 13 14 allowed values
+6
arch/arm/boot/dts/am4372.dtsi
··· 132 132 }; 133 133 }; 134 134 135 + emif: emif@4c000000 { 136 + compatible = "ti,emif-am4372"; 137 + reg = <0x4c000000 0x1000000>; 138 + ti,hwmods = "emif"; 139 + }; 140 + 135 141 edma: edma@49000000 { 136 142 compatible = "ti,edma3"; 137 143 ti,hwmods = "tpcc", "tptc0", "tptc1", "tptc2";