From: Dave Gerlach Date: Mon, 19 Feb 2018 03:35:00 +0000 (-0600) Subject: ARM: dts: am4372: Update emif node X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=16df2216c3dcce2d952466f9745e9a3c7a0de253;p=openwrt%2Fstaging%2Fblogic.git ARM: dts: am4372: Update emif node Now that we will use ti-emif-sram driver for am4372 PM, update the emif DT node with the required sram property. Signed-off-by: Dave Gerlach Signed-off-by: Tony Lindgren --- diff --git a/arch/arm/boot/dts/am4372.dtsi b/arch/arm/boot/dts/am4372.dtsi index 81a03c1ad770..10dc52a07b32 100644 --- a/arch/arm/boot/dts/am4372.dtsi +++ b/arch/arm/boot/dts/am4372.dtsi @@ -237,6 +237,8 @@ compatible = "ti,emif-am4372"; reg = <0x4c000000 0x1000000>; ti,hwmods = "emif"; + sram = <&pm_sram_code + &pm_sram_data>; }; edma: edma@49000000 {