提交 1d7b0839 编写于 作者: M Maxime Ripard 提交者: Gregory CLEMENT

ARM: mvebu: Fix MPIC unit address

The unit-address is supposed to be equal the first reg address, which is not
the case for the MPIC, that uses the mbus-controller one. Fix this.
Signed-off-by: NMaxime Ripard <maxime.ripard@free-electrons.com>
Acked-by: NGregory CLEMENT <gregory.clement@free-electrons.com>
Signed-off-by: NGregory CLEMENT <gregory.clement@free-electrons.com>
上级 1a1b9d25
...@@ -368,7 +368,7 @@ ...@@ -368,7 +368,7 @@
reg = <0x20000 0x100>, <0x20180 0x20>; reg = <0x20000 0x100>, <0x20180 0x20>;
}; };
mpic: interrupt-controller@20000 { mpic: interrupt-controller@20a00 {
compatible = "marvell,mpic"; compatible = "marvell,mpic";
reg = <0x20a00 0x2d0>, <0x21070 0x58>; reg = <0x20a00 0x2d0>, <0x21070 0x58>;
#interrupt-cells = <1>; #interrupt-cells = <1>;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册