OSDN Git Service

ARM: dts: mx5: Fix IPU port node placement
authorMarek Vasut <marex@denx.de>
Fri, 13 Jun 2014 00:22:39 +0000 (02:22 +0200)
committerShawn Guo <shawn.guo@freescale.com>
Sat, 21 Jun 2014 02:53:49 +0000 (10:53 +0800)
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>
arch/arm/boot/dts/imx53-m53evk.dts

index d5d146a..3a04b9e 100644 (file)
                                        vsync-active = <1>;
                                };
                        };
-               };
 
-               port {
-                       display1_in: endpoint {
-                               remote-endpoint = <&ipu_di1_disp1>;
+                       port {
+                               display1_in: endpoint {
+                                       remote-endpoint = <&ipu_di1_disp1>;
+                               };
                        };
                };
        };