diff options
author | Dave Gerlach <d-gerlach@ti.com> | 2018-02-18 22:35:01 -0500 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2018-02-27 12:43:27 -0500 |
commit | a77419a28fae48bee44cb938ea95e8ea1bca7c71 (patch) | |
tree | 9e8cf725d1094060eeef297db2a9bf04a9013870 | |
parent | 16df2216c3dcce2d952466f9745e9a3c7a0de253 (diff) |
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>
-rw-r--r-- | arch/arm/boot/dts/am33xx.dtsi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/am33xx.dtsi b/arch/arm/boot/dts/am33xx.dtsi index c27ef2cac394..842e726b944e 100644 --- a/arch/arm/boot/dts/am33xx.dtsi +++ b/arch/arm/boot/dts/am33xx.dtsi | |||
@@ -147,6 +147,8 @@ | |||
147 | mpu { | 147 | mpu { |
148 | compatible = "ti,omap3-mpu"; | 148 | compatible = "ti,omap3-mpu"; |
149 | ti,hwmods = "mpu"; | 149 | ti,hwmods = "mpu"; |
150 | pm-sram = <&pm_sram_code | ||
151 | &pm_sram_data>; | ||
150 | }; | 152 | }; |
151 | }; | 153 | }; |
152 | 154 | ||