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:
b08a966
)
ARM: dts: am4372: Update emif node
author
Dave Gerlach
<d-gerlach@ti.com>
Mon, 19 Feb 2018 03:35:00 +0000
(21:35 -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 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>
arch/arm/boot/dts/am4372.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/am4372.dtsi
b/arch/arm/boot/dts/am4372.dtsi
index 81a03c1ad7701a30a1ca6fb8724a756a900230c5..10dc52a07b32edbd15e92adcc75ca48b42a4dbed 100644
(file)
--- 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 {