ARM: dts: am33xx: Add pm-sram phandle to soc node
authorDave Gerlach <d-gerlach@ti.com>
Mon, 19 Feb 2018 03:35:01 +0000 (21:35 -0600)
committerTony Lindgren <tony@atomide.com>
Tue, 27 Feb 2018 17:43:27 +0000 (09:43 -0800)
Add a phandle to point to both the pm-sram-code and pm-sram-data nodes
so that the pm code can locate the sram regions needed to copy low level
PM code.

Signed-off-by: Dave Gerlach <d-gerlach@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/boot/dts/am33xx.dtsi

index c27ef2c..842e726 100644 (file)
                mpu {
                        compatible = "ti,omap3-mpu";
                        ti,hwmods = "mpu";
+                       pm-sram = <&pm_sram_code
+                                  &pm_sram_data>;
                };
        };