summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/imx53-m53evk.dts
diff options
context:
space:
mode:
authorMarek Vasut <marex@denx.de>2014-06-13 02:22:39 +0200
committerShawn Guo <shawn.guo@freescale.com>2014-06-21 10:53:49 +0800
commitcbb6c3fe33f94d59c1fb276af00056020bdfd874 (patch)
tree552073e720181c43005d0f8a56e5d4f267ea8e47 /arch/arm/boot/dts/imx53-m53evk.dts
parent8f95da90e9ac2abf38a40cd33c980d7d09b3278b (diff)
ARM: dts: mx5: Fix IPU port node placement
The "port" node was misplaced in the original patch, therefore making the LCD dysfunctional on this board. Fix this by moving the "port" DT node into the "display {}" node. Signed-off-by: Marek Vasut <marex@denx.de> Acked-by: Philipp Zabel <p.zabel@pengutronix.de> Signed-off-by: Shawn Guo <shawn.guo@freescale.com>
Diffstat (limited to 'arch/arm/boot/dts/imx53-m53evk.dts')
-rw-r--r--arch/arm/boot/dts/imx53-m53evk.dts8
1 files changed, 4 insertions, 4 deletions
diff --git a/arch/arm/boot/dts/imx53-m53evk.dts b/arch/arm/boot/dts/imx53-m53evk.dts
index d5d146a8b149..3a04b9eba231 100644
--- a/arch/arm/boot/dts/imx53-m53evk.dts
+++ b/arch/arm/boot/dts/imx53-m53evk.dts
@@ -43,11 +43,11 @@
vsync-active = <1>;
};
};
- };
- port {
- display1_in: endpoint {
- remote-endpoint = <&ipu_di1_disp1>;
+ port {
+ display1_in: endpoint {
+ remote-endpoint = <&ipu_di1_disp1>;
+ };
};
};
};