ARM: dts: am33xx: Update emif node
authorDave Gerlach <d-gerlach@ti.com>
Mon, 19 Feb 2018 03:34:59 +0000 (21:34 -0600)
committerTony Lindgren <tony@atomide.com>
Tue, 27 Feb 2018 17:43:26 +0000 (09:43 -0800)
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 <d-gerlach@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/boot/dts/am33xx.dtsi

index a9bbf68db07704df04ed8a9c4bfda2c1646233af..c27ef2cac394450ad57ca4a3cd1ca18ec55c3eef 100644 (file)
                        compatible = "ti,emif-am3352";
                        reg = <0x4c000000 0x1000000>;
                        ti,hwmods = "emif";
+                       sram = <&pm_sram_code
+                               &pm_sram_data>;
                };
 
                gpmc: gpmc@50000000 {