diff options
author | Lothar Waßmann <LW@KARO-electronics.de> | 2014-04-10 10:03:40 +0200 |
---|---|---|
committer | Shawn Guo <shawn.guo@freescale.com> | 2014-04-14 10:22:38 +0800 |
commit | fa1746ae3829ed8865a10a7fe3946ef91bddd458 (patch) | |
tree | dba5289999a082f4e13da3f73d8be6012863e732 /arch/arm/boot | |
parent | 139412290de46a7d4ff3359c8989485840764572 (diff) | |
download | linux-fa1746ae3829ed8865a10a7fe3946ef91bddd458.tar.gz linux-fa1746ae3829ed8865a10a7fe3946ef91bddd458.tar.bz2 linux-fa1746ae3829ed8865a10a7fe3946ef91bddd458.zip |
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>
Diffstat (limited to 'arch/arm/boot')
-rw-r--r-- | arch/arm/boot/dts/imx53.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
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>; }; }; }; |