[PATCH] ARM: mvebu: Fix MPIC unit address

Gregory CLEMENT gregory.clement at free-electrons.com
Thu Feb 26 01:58:53 PST 2015


Hi Maxime,

On 26/02/2015 10:51, Maxime Ripard wrote:
> 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 at free-electrons.com>

Acked-by: Gregory CLEMENT <gregory.clement at free-electrons.com>


Thanks,

Gregory

> ---
>  arch/arm/boot/dts/armada-38x.dtsi | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/arm/boot/dts/armada-38x.dtsi b/arch/arm/boot/dts/armada-38x.dtsi
> index 1dff30a81e24..885fcee6580c 100644
> --- a/arch/arm/boot/dts/armada-38x.dtsi
> +++ b/arch/arm/boot/dts/armada-38x.dtsi
> @@ -368,7 +368,7 @@
>  				reg = <0x20000 0x100>, <0x20180 0x20>;
>  			};
>  
> -			mpic: interrupt-controller at 20000 {
> +			mpic: interrupt-controller at 20a00 {
>  				compatible = "marvell,mpic";
>  				reg = <0x20a00 0x2d0>, <0x21070 0x58>;
>  				#interrupt-cells = <1>;
> 


-- 
Gregory Clement, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com



More information about the linux-arm-kernel mailing list