[PATCH] ARM: dts: i.MX53: Fix ipu register space size

Lothar Waßmann LW at KARO-electronics.de
Tue May 6 04:49:43 PDT 2014


Hi,

Sascha Hauer wrote:
> The IPU register space is 128MB, not 2GB.
> 
> Signed-off-by: Sascha Hauer <s.hauer at pengutronix.de>
> ---
>  arch/arm/boot/dts/imx53.dtsi | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/arm/boot/dts/imx53.dtsi b/arch/arm/boot/dts/imx53.dtsi
> index 9c2bff2..6a1bf4f 100644
> --- a/arch/arm/boot/dts/imx53.dtsi
> +++ b/arch/arm/boot/dts/imx53.dtsi
> @@ -115,7 +115,7 @@
>  			#address-cells = <1>;
>  			#size-cells = <0>;
>  			compatible = "fsl,imx53-ipu";
> -			reg = <0x18000000 0x080000000>;
> +			reg = <0x18000000 0x08000000>;
>
IMO this should be either 0x00800000 or 0x800000
while I prefer the first notation.


Lothar Waßmann
-- 
___________________________________________________________

Ka-Ro electronics GmbH | Pascalstraße 22 | D - 52076 Aachen
Phone: +49 2408 1402-0 | Fax: +49 2408 1402-10
Geschäftsführer: Matthias Kaussen
Handelsregistereintrag: Amtsgericht Aachen, HRB 4996

www.karo-electronics.de | info at karo-electronics.de
___________________________________________________________



More information about the linux-arm-kernel mailing list