Browse Source

ARM: dts: imx53: fix apparent copy/paste error

The 'remote-endpoint' property should point back to ipu_di1_lvds1
rather than ipu_di0_lvds0.

Signed-off-by: Lothar Waßmann <LW@KARO-electronics.de>
Signed-off-by: Shawn Guo <shawn.guo@freescale.com>
Lothar Waßmann 11 years ago
parent
commit
fa1746ae38
1 changed files with 1 additions and 1 deletions
  1. 1 1
      arch/arm/boot/dts/imx53.dtsi

+ 1 - 1
arch/arm/boot/dts/imx53.dtsi

@@ -430,7 +430,7 @@
 
 					port {
 						lvds1_in: endpoint {
-							remote-endpoint = <&ipu_di0_lvds0>;
+							remote-endpoint = <&ipu_di1_lvds1>;
 						};
 					};
 				};