From: Dave Gerlach Date: Mon, 19 Feb 2018 03:34:59 +0000 (-0600) Subject: ARM: dts: am33xx: Update emif node X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=b08a966ae21f0240358983b1af07bc0d2dd7a4de;p=openwrt%2Fstaging%2Fblogic.git ARM: dts: am33xx: Update emif node Now that we will use ti-emif-sram driver for am335x 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/am33xx.dtsi b/arch/arm/boot/dts/am33xx.dtsi index a9bbf68db077..c27ef2cac394 100644 --- a/arch/arm/boot/dts/am33xx.dtsi +++ b/arch/arm/boot/dts/am33xx.dtsi @@ -960,6 +960,8 @@ compatible = "ti,emif-am3352"; reg = <0x4c000000 0x1000000>; ti,hwmods = "emif"; + sram = <&pm_sram_code + &pm_sram_data>; }; gpmc: gpmc@50000000 {