diff mbox

[BUGFIX] arm: dts: imx53: fix apparent copy/paste error

Message ID 1397117020-8900-1-git-send-email-LW@KARO-electronics.de (mailing list archive)
State New, archived
Headers show

Commit Message

Lothar Waßmann April 10, 2014, 8:03 a.m. UTC
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>
---
 arch/arm/boot/dts/imx53.dtsi |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Shawn Guo April 13, 2014, 7:41 a.m. UTC | #1
On Thu, Apr 10, 2014 at 10:03:40AM +0200, Lothar Waßmann wrote:
> 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>

Changed 'arm:' in patch subject to 'ARM:', and applied the patch.

Shawn

> ---
>  arch/arm/boot/dts/imx53.dtsi |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/arm/boot/dts/imx53.dtsi b/arch/arm/boot/dts/imx53.dtsi
> index f0962e5..33a4e5b 100644
> --- a/arch/arm/boot/dts/imx53.dtsi
> +++ b/arch/arm/boot/dts/imx53.dtsi
> @@ -431,7 +431,7 @@
>  
>  					port {
>  						lvds1_in: endpoint {
> -							remote-endpoint = <&ipu_di0_lvds0>;
> +							remote-endpoint = <&ipu_di1_lvds1>;
>  						};
>  					};
>  				};
> -- 
> 1.7.10.4
> 
> --
> To unsubscribe from this list: send the line "unsubscribe devicetree" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> 
>
diff mbox

Patch

diff --git a/arch/arm/boot/dts/imx53.dtsi b/arch/arm/boot/dts/imx53.dtsi
index f0962e5..33a4e5b 100644
--- a/arch/arm/boot/dts/imx53.dtsi
+++ b/arch/arm/boot/dts/imx53.dtsi
@@ -431,7 +431,7 @@ 
 
 					port {
 						lvds1_in: endpoint {
-							remote-endpoint = <&ipu_di0_lvds0>;
+							remote-endpoint = <&ipu_di1_lvds1>;
 						};
 					};
 				};