From: Lothar Waßmann Date: Thu, 10 Apr 2014 08:03:40 +0000 (+0200) Subject: ARM: dts: imx53: fix apparent copy/paste error X-Git-Tag: Ubuntu-snapdragon-4.4.0-1050.54~10401^2~10^2~5 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=fa1746ae3829ed8865a10a7fe3946ef91bddd458;p=mirror_ubuntu-artful-kernel.git 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 Signed-off-by: Shawn Guo --- diff --git a/arch/arm/boot/dts/imx53.dtsi b/arch/arm/boot/dts/imx53.dtsi index b57ab57740f6..a99b64bfb046 100644 --- a/arch/arm/boot/dts/imx53.dtsi +++ b/arch/arm/boot/dts/imx53.dtsi @@ -430,7 +430,7 @@ port { lvds1_in: endpoint { - remote-endpoint = <&ipu_di0_lvds0>; + remote-endpoint = <&ipu_di1_lvds1>; }; }; };