Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fa1746ae authored by Lothar Waßmann's avatar Lothar Waßmann Committed by Shawn Guo
Browse files

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: default avatarLothar Waßmann <LW@KARO-electronics.de>
Signed-off-by: default avatarShawn Guo <shawn.guo@freescale.com>
parent 13941229
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -430,7 +430,7 @@


					port {
					port {
						lvds1_in: endpoint {
						lvds1_in: endpoint {
							remote-endpoint = <&ipu_di0_lvds0>;
							remote-endpoint = <&ipu_di1_lvds1>;
						};
						};
					};
					};
				};
				};