ARM: dts: am33xx: Add pm-sram phandle to soc node

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>
This commit is contained in:
Dave Gerlach
2018-02-18 21:35:01 -06:00
committed by Tony Lindgren
parent 16df2216c3
commit a77419a28f

View File

@@ -147,6 +147,8 @@ soc {
mpu {
compatible = "ti,omap3-mpu";
ti,hwmods = "mpu";
pm-sram = <&pm_sram_code
&pm_sram_data>;
};
};