linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: dts: i.MX53: Fix ipu register space size
@ 2014-05-06 11:01 Sascha Hauer
  2014-05-06 11:49 ` Lothar Waßmann
  2014-05-06 12:58 ` Shawn Guo
  0 siblings, 2 replies; 7+ messages in thread
From: Sascha Hauer @ 2014-05-06 11:01 UTC (permalink / raw)
  To: linux-arm-kernel

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

Signed-off-by: Sascha Hauer <s.hauer@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>;
 			interrupts = <11 10>;
 			clocks = <&clks IMX5_CLK_IPU_GATE>,
 			         <&clks IMX5_CLK_IPU_DI0_GATE>,
-- 
2.0.0.rc0

^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2014-05-11  4:42 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-06 11:01 [PATCH] ARM: dts: i.MX53: Fix ipu register space size Sascha Hauer
2014-05-06 11:49 ` Lothar Waßmann
2014-05-06 12:00   ` Sascha Hauer
2014-05-06 12:02     ` Sascha Hauer
2014-05-06 12:58 ` Shawn Guo
2014-05-11  3:20   ` Olof Johansson
2014-05-11  4:42     ` Shawn Guo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).