ARM: dts: am4372: Update emif node
authorDave Gerlach <d-gerlach@ti.com>
Mon, 19 Feb 2018 03:35:00 +0000 (21:35 -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 am4372 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/am4372.dtsi

index 81a03c1ad7701a30a1ca6fb8724a756a900230c5..10dc52a07b32edbd15e92adcc75ca48b42a4dbed 100644 (file)
                        compatible = "ti,emif-am4372";
                        reg = <0x4c000000 0x1000000>;
                        ti,hwmods = "emif";
+                       sram = <&pm_sram_code
+                               &pm_sram_data>;
                };
 
                edma: edma@49000000 {