linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: dts: imx6sabre: Pass reg property in lvds
@ 2013-11-21 22:43 Fabio Estevam
  2013-11-26  8:39 ` Shawn Guo
  2013-11-28  3:28 ` Shawn Guo
  0 siblings, 2 replies; 3+ messages in thread
From: Fabio Estevam @ 2013-11-21 22:43 UTC (permalink / raw)
  To: linux-arm-kernel

From: Fabio Estevam <fabio.estevam@freescale.com>

The 'reg' property is missing in the lvds nodes, so add them for correctness.

Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
---
 arch/arm/boot/dts/imx6q-sabrelite.dts  | 1 +
 arch/arm/boot/dts/imx6qdl-sabresd.dtsi | 1 +
 2 files changed, 2 insertions(+)

diff --git a/arch/arm/boot/dts/imx6q-sabrelite.dts b/arch/arm/boot/dts/imx6q-sabrelite.dts
index ec9e4c1..ab81576 100644
--- a/arch/arm/boot/dts/imx6q-sabrelite.dts
+++ b/arch/arm/boot/dts/imx6q-sabrelite.dts
@@ -169,6 +169,7 @@
 	status = "okay";
 
 	lvds-channel at 0 {
+		reg = <0>;
 		fsl,data-mapping = "spwg";
 		fsl,data-width = <18>;
 		status = "okay";
diff --git a/arch/arm/boot/dts/imx6qdl-sabresd.dtsi b/arch/arm/boot/dts/imx6qdl-sabresd.dtsi
index 4239ef9..115bf44 100644
--- a/arch/arm/boot/dts/imx6qdl-sabresd.dtsi
+++ b/arch/arm/boot/dts/imx6qdl-sabresd.dtsi
@@ -236,6 +236,7 @@
 	status = "okay";
 
 	lvds-channel at 1 {
+		reg = <1>;
 		fsl,data-mapping = "spwg";
 		fsl,data-width = <18>;
 		status = "okay";
-- 
1.8.1.2

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

* [PATCH] ARM: dts: imx6sabre: Pass reg property in lvds
  2013-11-21 22:43 [PATCH] ARM: dts: imx6sabre: Pass reg property in lvds Fabio Estevam
@ 2013-11-26  8:39 ` Shawn Guo
  2013-11-28  3:28 ` Shawn Guo
  1 sibling, 0 replies; 3+ messages in thread
From: Shawn Guo @ 2013-11-26  8:39 UTC (permalink / raw)
  To: linux-arm-kernel

On Thu, Nov 21, 2013 at 08:43:13PM -0200, Fabio Estevam wrote:
> From: Fabio Estevam <fabio.estevam@freescale.com>
> 
> The 'reg' property is missing in the lvds nodes, so add them for correctness.
> 
> Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>

Applied, thanks.

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

* [PATCH] ARM: dts: imx6sabre: Pass reg property in lvds
  2013-11-21 22:43 [PATCH] ARM: dts: imx6sabre: Pass reg property in lvds Fabio Estevam
  2013-11-26  8:39 ` Shawn Guo
@ 2013-11-28  3:28 ` Shawn Guo
  1 sibling, 0 replies; 3+ messages in thread
From: Shawn Guo @ 2013-11-28  3:28 UTC (permalink / raw)
  To: linux-arm-kernel

On Thu, Nov 21, 2013 at 08:43:13PM -0200, Fabio Estevam wrote:
> From: Fabio Estevam <fabio.estevam@freescale.com>
> 
> The 'reg' property is missing in the lvds nodes, so add them for correctness.
> 
> Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
> ---
>  arch/arm/boot/dts/imx6q-sabrelite.dts  | 1 +
>  arch/arm/boot/dts/imx6qdl-sabresd.dtsi | 1 +
>  2 files changed, 2 insertions(+)
> 
> diff --git a/arch/arm/boot/dts/imx6q-sabrelite.dts b/arch/arm/boot/dts/imx6q-sabrelite.dts
> index ec9e4c1..ab81576 100644
> --- a/arch/arm/boot/dts/imx6q-sabrelite.dts
> +++ b/arch/arm/boot/dts/imx6q-sabrelite.dts
> @@ -169,6 +169,7 @@
>  	status = "okay";
>  
>  	lvds-channel at 0 {
> +		reg = <0>;

It's already defined in arch/arm/boot/dts/imx6qdl.dtsi.

Patch dropped.

Shawn

>  		fsl,data-mapping = "spwg";
>  		fsl,data-width = <18>;
>  		status = "okay";
> diff --git a/arch/arm/boot/dts/imx6qdl-sabresd.dtsi b/arch/arm/boot/dts/imx6qdl-sabresd.dtsi
> index 4239ef9..115bf44 100644
> --- a/arch/arm/boot/dts/imx6qdl-sabresd.dtsi
> +++ b/arch/arm/boot/dts/imx6qdl-sabresd.dtsi
> @@ -236,6 +236,7 @@
>  	status = "okay";
>  
>  	lvds-channel at 1 {
> +		reg = <1>;
>  		fsl,data-mapping = "spwg";
>  		fsl,data-width = <18>;
>  		status = "okay";
> -- 
> 1.8.1.2
> 

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

end of thread, other threads:[~2013-11-28  3:28 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-21 22:43 [PATCH] ARM: dts: imx6sabre: Pass reg property in lvds Fabio Estevam
2013-11-26  8:39 ` Shawn Guo
2013-11-28  3:28 ` 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).