diff options
author | Lothar Waßmann <LW@KARO-electronics.de> | 2014-04-10 04:03:40 -0400 |
---|---|---|
committer | Shawn Guo <shawn.guo@freescale.com> | 2014-04-13 22:22:38 -0400 |
commit | fa1746ae3829ed8865a10a7fe3946ef91bddd458 (patch) | |
tree | dba5289999a082f4e13da3f73d8be6012863e732 | |
parent | 139412290de46a7d4ff3359c8989485840764572 (diff) |
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>
-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 @@ | |||
430 | 430 | ||
431 | port { | 431 | port { |
432 | lvds1_in: endpoint { | 432 | lvds1_in: endpoint { |
433 | remote-endpoint = <&ipu_di0_lvds0>; | 433 | remote-endpoint = <&ipu_di1_lvds1>; |
434 | }; | 434 | }; |
435 | }; | 435 | }; |
436 | }; | 436 | }; |