diff options
author | Dave Gerlach <d-gerlach@ti.com> | 2018-02-18 21:35:00 -0600 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2018-02-27 09:43:26 -0800 |
commit | 16df2216c3dcce2d952466f9745e9a3c7a0de253 (patch) | |
tree | 21c0fb3c573d56c3f68c4ed69945a4d00154af84 /arch/arm/boot/dts/am4372.dtsi | |
parent | b08a966ae21f0240358983b1af07bc0d2dd7a4de (diff) | |
download | talos-op-linux-16df2216c3dcce2d952466f9745e9a3c7a0de253.tar.gz talos-op-linux-16df2216c3dcce2d952466f9745e9a3c7a0de253.zip |
ARM: dts: am4372: Update emif node
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>
Diffstat (limited to 'arch/arm/boot/dts/am4372.dtsi')
-rw-r--r-- | arch/arm/boot/dts/am4372.dtsi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/am4372.dtsi b/arch/arm/boot/dts/am4372.dtsi index 81a03c1ad770..10dc52a07b32 100644 --- a/arch/arm/boot/dts/am4372.dtsi +++ b/arch/arm/boot/dts/am4372.dtsi @@ -237,6 +237,8 @@ compatible = "ti,emif-am4372"; reg = <0x4c000000 0x1000000>; ti,hwmods = "emif"; + sram = <&pm_sram_code + &pm_sram_data>; }; edma: edma@49000000 { |