From 24f3e86d1abcecec0595cdf7550f228f994f3426 Mon Sep 17 00:00:00 2001 From: Gregory CLEMENT Date: Wed, 1 Apr 2015 11:16:56 +0200 Subject: [PATCH] ARM: mvebu: adjust mbus controller description on Armada 38x AS for the Armada 370 and the Armada XP, in order to support suspend(or standby)/resume on Armada 38x, an additional set of registers need to be described at the MBus controller level. This commit therefore adjusts the Device Tree of the Armada 38x SoC to include those registers in the MBus controller description. Signed-off-by: Gregory CLEMENT --- arch/arm/boot/dts/armada-38x.dtsi | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/armada-38x.dtsi b/arch/arm/boot/dts/armada-38x.dtsi index 1dff30a81e24..900f7f7f407f 100644 --- a/arch/arm/boot/dts/armada-38x.dtsi +++ b/arch/arm/boot/dts/armada-38x.dtsi @@ -365,7 +365,8 @@ mbusc: mbus-controller@20000 { compatible = "marvell,mbus-controller"; - reg = <0x20000 0x100>, <0x20180 0x20>; + reg = <0x20000 0x100>, <0x20180 0x20>, + <0x20250 0x8>; }; mpic: interrupt-controller@20000 { -- 2.1.0