Commit 215a2bf6 authored by Sascha Hauer's avatar Sascha Hauer Committed by Jiri Slaby

ARM: dts: i.MX53: Fix ipu register space size

commit 6d66da89 upstream.

The IPU register space is 128MB, not 2GB.

Fixes: abed9a6b 'ARM i.MX53: Add IPU support'
Signed-off-by: default avatarSascha Hauer <s.hauer@pengutronix.de>
Acked-by: default avatarShawn Guo <shawn.guo@freescale.com>
Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
Signed-off-by: default avatarJiri Slaby <jslaby@suse.cz>
parent 7d2a89ef
...@@ -87,7 +87,7 @@ soc { ...@@ -87,7 +87,7 @@ soc {
ipu: ipu@18000000 { ipu: ipu@18000000 {
#crtc-cells = <1>; #crtc-cells = <1>;
compatible = "fsl,imx53-ipu"; compatible = "fsl,imx53-ipu";
reg = <0x18000000 0x080000000>; reg = <0x18000000 0x08000000>;
interrupts = <11 10>; interrupts = <11 10>;
clocks = <&clks 59>, <&clks 110>, <&clks 61>; clocks = <&clks 59>, <&clks 110>, <&clks 61>;
clock-names = "bus", "di0", "di1"; clock-names = "bus", "di0", "di1";
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment