From: Marek Vasut Date: Fri, 13 Jun 2014 00:22:39 +0000 (+0200) Subject: ARM: dts: mx5: Fix IPU port node placement X-Git-Tag: Ubuntu-5.0.0-8.9~11312^2~3^2~3 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=cbb6c3fe33f94d59c1fb276af00056020bdfd874;p=mirror_ubuntu-disco-kernel.git 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 Acked-by: Philipp Zabel Signed-off-by: Shawn Guo --- 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>; + }; }; }; };