ARM: mvebu: Fix MPIC unit address
authorMaxime Ripard <maxime.ripard@free-electrons.com>
Thu, 26 Feb 2015 09:51:17 +0000 (10:51 +0100)
committerGregory CLEMENT <gregory.clement@free-electrons.com>
Wed, 4 Mar 2015 13:31:28 +0000 (14:31 +0100)
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: Maxime Ripard <maxime.ripard@free-electrons.com>
Acked-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
arch/arm/boot/dts/armada-38x.dtsi

index cb30fb82a046e60315c43e1d4e8906b07d290b8f..a7f2c7b2529c7ecbce38d1eb2135a5ff317f959c 100644 (file)
                                reg = <0x20000 0x100>, <0x20180 0x20>;
                        };
 
-                       mpic: interrupt-controller@20000 {
+                       mpic: interrupt-controller@20a00 {
                                compatible = "marvell,mpic";
                                reg = <0x20a00 0x2d0>, <0x21070 0x58>;
                                #interrupt-cells = <1>;