aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2014-11-21 11:00:12 -0500
committerJason Cooper <jason@lakedaemon.net>2014-11-30 11:40:18 -0500
commit8b7dc9d37a44e12bd2e5656b2b8e8dc77498aa95 (patch)
tree9439116dc233def2969e6790a13ff95aaff50edb
parent389a367a5bfcde677f82d05c6a6cd1458b9c54bf (diff)
ARM: mvebu: adjust mbus controller description on Armada 370/XP
In order to support suspend/resume on Armada XP, an additional set of registers need to be described at the MBus controller level. This commit therefore adjusts the Device Tree of the Armada 370/XP SoC to include those registers in the MBus controller description; 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-16-git-send-email-thomas.petazzoni@free-electrons.com Signed-off-by: Jason Cooper <jason@lakedaemon.net>
-rw-r--r--arch/arm/boot/dts/armada-370-xp.dtsi3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/armada-370-xp.dtsi b/arch/arm/boot/dts/armada-370-xp.dtsi
index 83286ec9702c..90dba78554c8 100644
--- a/arch/arm/boot/dts/armada-370-xp.dtsi
+++ b/arch/arm/boot/dts/armada-370-xp.dtsi
@@ -180,7 +180,8 @@
180 180
181 mbusc: mbus-controller@20000 { 181 mbusc: mbus-controller@20000 {
182 compatible = "marvell,mbus-controller"; 182 compatible = "marvell,mbus-controller";
183 reg = <0x20000 0x100>, <0x20180 0x20>; 183 reg = <0x20000 0x100>, <0x20180 0x20>,
184 <0x20250 0x8>;
184 }; 185 };
185 186
186 mpic: interrupt-controller@20000 { 187 mpic: interrupt-controller@20000 {