linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH BUGFIX] arm: dts: imx53: fix apparent copy/paste error
@ 2014-04-10  8:03 Lothar Waßmann
  2014-04-13  7:41 ` Shawn Guo
  0 siblings, 1 reply; 2+ messages in thread
From: Lothar Waßmann @ 2014-04-10  8:03 UTC (permalink / raw)
  To: linux-arm-kernel

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(-)

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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [PATCH BUGFIX] arm: dts: imx53: fix apparent copy/paste error
  2014-04-10  8:03 [PATCH BUGFIX] arm: dts: imx53: fix apparent copy/paste error Lothar Waßmann
@ 2014-04-13  7:41 ` Shawn Guo
  0 siblings, 0 replies; 2+ messages in thread
From: Shawn Guo @ 2014-04-13  7:41 UTC (permalink / raw)
  To: linux-arm-kernel

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 at vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> 
> 

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-04-13  7:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-04-10  8:03 [PATCH BUGFIX] arm: dts: imx53: fix apparent copy/paste error Lothar Waßmann
2014-04-13  7:41 ` Shawn Guo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).