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)
committerJiri Slaby <jslaby@suse.cz>
Mon, 9 Jun 2014 13:53:15 +0000 (15:53 +0200)
commit 6d66da89bf4422c0a0693627fb3e25f74af50f92 upstream.

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>
Signed-off-by: Olof Johansson <olof@lixom.net>
Signed-off-by: Jiri Slaby <jslaby@suse.cz>
arch/arm/boot/dts/imx53.dtsi

index 4307e80b2d2e386e53d48ee2080ca66df625565f..dc72353de0b39d1577bc6e9d2ab870c854e79e20 100644 (file)
@@ -87,7 +87,7 @@
                ipu: ipu@18000000 {
                        #crtc-cells = <1>;
                        compatible = "fsl,imx53-ipu";
-                       reg = <0x18000000 0x080000000>;
+                       reg = <0x18000000 0x08000000>;
                        interrupts = <11 10>;
                        clocks = <&clks 59>, <&clks 110>, <&clks 61>;
                        clock-names = "bus", "di0", "di1";