aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorGregory CLEMENT <gregory.clement@free-electrons.com>2017-02-16 17:29:28 +0100
committerGregory CLEMENT <gregory.clement@free-electrons.com>2017-03-08 09:52:50 +0100
commitb69f4697c8ae2ea603e2818a9c74c2fcaa806069 (patch)
tree40147beb563582320a900d33fb59f97ca591a570
parentARM: dts: armada-385: add support for the Linksys WRT1900ACS (Shelby) (diff)
downloadwireguard-linux-b69f4697c8ae2ea603e2818a9c74c2fcaa806069.tar.xz
wireguard-linux-b69f4697c8ae2ea603e2818a9c74c2fcaa806069.zip
ARM: dts: armada-38x: Adjust mbus controller description on Armada 38x
The mbus binding had been extended more than two years ago, but the device tree files for Armada 38x didn't change. Adding this third entry will allow the mbus going to suspend which was the last thing preventing the SoC going to standby mode Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
Diffstat (limited to '')
-rw-r--r--arch/arm/boot/dts/armada-38x.dtsi3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/armada-38x.dtsi b/arch/arm/boot/dts/armada-38x.dtsi
index c558a5d6a21f..ba27ec104981 100644
--- a/arch/arm/boot/dts/armada-38x.dtsi
+++ b/arch/arm/boot/dts/armada-38x.dtsi
@@ -360,7 +360,8 @@
mbusc: mbus-controller@20000 {
compatible = "marvell,mbus-controller";
- reg = <0x20000 0x100>, <0x20180 0x20>;
+ reg = <0x20000 0x100>, <0x20180 0x20>,
+ <0x20250 0x8>;
};
mpic: interrupt-controller@20a00 {