aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2014-11-21 11:00:13 -0500
committerJason Cooper <jason@lakedaemon.net>2014-11-30 11:40:19 -0500
commit6e6db2bea3ea9424a0cb19d89d47664bc13e31bc (patch)
treeb7a0e85c83e2b1c1e9a7aaf2727adc2b6d8c6396
parent8b7dc9d37a44e12bd2e5656b2b8e8dc77498aa95 (diff)
ARM: mvebu: add SDRAM controller description for Armada XP
The suspend/resume sequence on Armada XP needs to modify a number of registers in the SDRAM controller. Therefore, this commit updates the Armada XP Device Tree description to include the SDRAM controller Device Tree node. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Acked-by: Gregory CLEMENT <gregory.clement@free-electrons.com> Link: https://lkml.kernel.org/r/1416585613-2113-17-git-send-email-thomas.petazzoni@free-electrons.com Signed-off-by: Jason Cooper <jason@lakedaemon.net>
-rw-r--r--arch/arm/boot/dts/armada-xp.dtsi5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/armada-xp.dtsi b/arch/arm/boot/dts/armada-xp.dtsi
index bff9f6c18db1..2be244a96edf 100644
--- a/arch/arm/boot/dts/armada-xp.dtsi
+++ b/arch/arm/boot/dts/armada-xp.dtsi
@@ -35,6 +35,11 @@
35 }; 35 };
36 36
37 internal-regs { 37 internal-regs {
38 sdramc@1400 {
39 compatible = "marvell,armada-xp-sdram-controller";
40 reg = <0x1400 0x500>;
41 };
42
38 L2: l2-cache { 43 L2: l2-cache {
39 compatible = "marvell,aurora-system-cache"; 44 compatible = "marvell,aurora-system-cache";
40 reg = <0x08000 0x1000>; 45 reg = <0x08000 0x1000>;