ARM: dts: i.MX53: Fix ipu register space size
authorSascha Hauer <s.hauer@pengutronix.de>
Tue, 6 May 2014 11:01:34 +0000 (13:01 +0200)
committerOlof Johansson <olof@lixom.net>
Sun, 11 May 2014 03:19:44 +0000 (20:19 -0700)
The IPU register space is 128MB, not 2GB.

Fixes: abed9a6bf2bb 'ARM i.MX53: Add IPU support'
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Acked-by: Shawn Guo <shawn.guo@freescale.com>
Cc: <stable@vger.kernel.org>
Signed-off-by: Olof Johansson <olof@lixom.net>
arch/arm/boot/dts/imx53.dtsi

index 9c2bff2..6a1bf4f 100644 (file)
                        #address-cells = <1>;
                        #size-cells = <0>;
                        compatible = "fsl,imx53-ipu";
-                       reg = <0x18000000 0x080000000>;
+                       reg = <0x18000000 0x08000000>;
                        interrupts = <11 10>;
                        clocks = <&clks IMX5_CLK_IPU_GATE>,
                                 <&clks IMX5_CLK_IPU_DI0_GATE>,