projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
590e1d5
)
ARM: dts: am33xx: Update emif node
author
Dave Gerlach
<d-gerlach@ti.com>
Mon, 19 Feb 2018 03:34:59 +0000
(21:34 -0600)
committer
Tony Lindgren
<tony@atomide.com>
Tue, 27 Feb 2018 17:43:26 +0000
(09:43 -0800)
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>
arch/arm/boot/dts/am33xx.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/am33xx.dtsi
b/arch/arm/boot/dts/am33xx.dtsi
index a9bbf68db07704df04ed8a9c4bfda2c1646233af..c27ef2cac394450ad57ca4a3cd1ca18ec55c3eef 100644
(file)
--- a/
arch/arm/boot/dts/am33xx.dtsi
+++ b/
arch/arm/boot/dts/am33xx.dtsi
@@
-960,6
+960,8
@@
compatible = "ti,emif-am3352";
reg = <0x4c000000 0x1000000>;
ti,hwmods = "emif";
+ sram = <&pm_sram_code
+ &pm_sram_data>;
};
gpmc: gpmc@50000000 {