diff options
author | Dave Gerlach <d-gerlach@ti.com> | 2018-02-18 22:34:59 -0500 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2018-02-27 12:43:26 -0500 |
commit | b08a966ae21f0240358983b1af07bc0d2dd7a4de (patch) | |
tree | e452e6688e6e46c15761421cb610bf057f7131cc | |
parent | 590e1d5ec6da4c493d1bde71894109cbee29dfcc (diff) |
ARM: dts: am33xx: Update emif node
Now that we will use ti-emif-sram driver for am335x 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>
-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 a9bbf68db077..c27ef2cac394 100644 --- a/arch/arm/boot/dts/am33xx.dtsi +++ b/arch/arm/boot/dts/am33xx.dtsi | |||
@@ -960,6 +960,8 @@ | |||
960 | compatible = "ti,emif-am3352"; | 960 | compatible = "ti,emif-am3352"; |
961 | reg = <0x4c000000 0x1000000>; | 961 | reg = <0x4c000000 0x1000000>; |
962 | ti,hwmods = "emif"; | 962 | ti,hwmods = "emif"; |
963 | sram = <&pm_sram_code | ||
964 | &pm_sram_data>; | ||
963 | }; | 965 | }; |
964 | 966 | ||
965 | gpmc: gpmc@50000000 { | 967 | gpmc: gpmc@50000000 { |