You need to sign in or sign up before continuing.
提交 a9e274c4 编写于 作者: T Thomas Petazzoni 提交者: Andrew Lunn

ARM: mvebu: fix compatible strings of MBus on Armada 375 and Armada 38x

Due to the special handling of window 13 on Armada 375 and Armada 38x
(similar to Armada XP), the MBus hardware block is *not* compatible
with the one used on Armada 370. Using the Armada 370 compatible
string on Armada 375 and 38x will lead to a non-working device if
window 13 ends up being used.
Signed-off-by: NThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: NAndrew Lunn <andrew@lunn.ch>
上级 ddefbdb4
...@@ -63,7 +63,7 @@ ...@@ -63,7 +63,7 @@
}; };
soc { soc {
compatible = "marvell,armada375-mbus", "marvell,armada370-mbus", "simple-bus"; compatible = "marvell,armada375-mbus", "simple-bus";
#address-cells = <2>; #address-cells = <2>;
#size-cells = <1>; #size-cells = <1>;
controller = <&mbusc>; controller = <&mbusc>;
......
...@@ -31,8 +31,7 @@ ...@@ -31,8 +31,7 @@
}; };
soc { soc {
compatible = "marvell,armada380-mbus", "marvell,armada370-mbus", compatible = "marvell,armada380-mbus", "simple-bus";
"simple-bus";
#address-cells = <2>; #address-cells = <2>;
#size-cells = <1>; #size-cells = <1>;
controller = <&mbusc>; controller = <&mbusc>;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册