All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: dts: cfa10036: Add touchscreen support to the CFA-10049
@ 2013-04-05 12:33 ` Alexandre Belloni
  0 siblings, 0 replies; 4+ messages in thread
From: Alexandre Belloni @ 2013-04-05 12:33 UTC (permalink / raw)
  To: Shawn Guo
  Cc: jimwall, brian, Maxime Ripard, Alexandre Belloni, Russell King,
	linux-arm-kernel, linux-kernel

Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
---
 arch/arm/boot/dts/imx28-cfa10049.dts |    5 +++++
 1 file changed, 5 insertions(+)

diff --git a/arch/arm/boot/dts/imx28-cfa10049.dts b/arch/arm/boot/dts/imx28-cfa10049.dts
index b9dad4e..f16c1e2 100644
--- a/arch/arm/boot/dts/imx28-cfa10049.dts
+++ b/arch/arm/boot/dts/imx28-cfa10049.dts
@@ -192,6 +192,11 @@
 			usbphy1: usbphy@8007e000 {
 				status = "okay";
 			};
+
+			lradc@80050000 {
+				status = "okay";
+				fsl,lradc-touchscreen-wires = <4>;
+			};
 		};
 	};
 
-- 
1.7.10.4


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

* [PATCH] ARM: dts: cfa10036: Add touchscreen support to the CFA-10049
@ 2013-04-05 12:33 ` Alexandre Belloni
  0 siblings, 0 replies; 4+ messages in thread
From: Alexandre Belloni @ 2013-04-05 12:33 UTC (permalink / raw)
  To: linux-arm-kernel

Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
---
 arch/arm/boot/dts/imx28-cfa10049.dts |    5 +++++
 1 file changed, 5 insertions(+)

diff --git a/arch/arm/boot/dts/imx28-cfa10049.dts b/arch/arm/boot/dts/imx28-cfa10049.dts
index b9dad4e..f16c1e2 100644
--- a/arch/arm/boot/dts/imx28-cfa10049.dts
+++ b/arch/arm/boot/dts/imx28-cfa10049.dts
@@ -192,6 +192,11 @@
 			usbphy1: usbphy at 8007e000 {
 				status = "okay";
 			};
+
+			lradc at 80050000 {
+				status = "okay";
+				fsl,lradc-touchscreen-wires = <4>;
+			};
 		};
 	};
 
-- 
1.7.10.4

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

* Re: [PATCH] ARM: dts: cfa10036: Add touchscreen support to the CFA-10049
  2013-04-05 12:33 ` Alexandre Belloni
@ 2013-04-07  6:19   ` Shawn Guo
  -1 siblings, 0 replies; 4+ messages in thread
From: Shawn Guo @ 2013-04-07  6:19 UTC (permalink / raw)
  To: Alexandre Belloni
  Cc: jimwall, brian, Maxime Ripard, Russell King, linux-arm-kernel,
	linux-kernel

On Fri, Apr 05, 2013 at 02:33:02PM +0200, Alexandre Belloni wrote:
> Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>

Applied, thanks.

> ---
>  arch/arm/boot/dts/imx28-cfa10049.dts |    5 +++++
>  1 file changed, 5 insertions(+)
> 
> diff --git a/arch/arm/boot/dts/imx28-cfa10049.dts b/arch/arm/boot/dts/imx28-cfa10049.dts
> index b9dad4e..f16c1e2 100644
> --- a/arch/arm/boot/dts/imx28-cfa10049.dts
> +++ b/arch/arm/boot/dts/imx28-cfa10049.dts
> @@ -192,6 +192,11 @@
>  			usbphy1: usbphy@8007e000 {
>  				status = "okay";
>  			};
> +
> +			lradc@80050000 {
> +				status = "okay";
> +				fsl,lradc-touchscreen-wires = <4>;
> +			};
>  		};
>  	};
>  
> -- 
> 1.7.10.4
> 


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

* [PATCH] ARM: dts: cfa10036: Add touchscreen support to the CFA-10049
@ 2013-04-07  6:19   ` Shawn Guo
  0 siblings, 0 replies; 4+ messages in thread
From: Shawn Guo @ 2013-04-07  6:19 UTC (permalink / raw)
  To: linux-arm-kernel

On Fri, Apr 05, 2013 at 02:33:02PM +0200, Alexandre Belloni wrote:
> Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>

Applied, thanks.

> ---
>  arch/arm/boot/dts/imx28-cfa10049.dts |    5 +++++
>  1 file changed, 5 insertions(+)
> 
> diff --git a/arch/arm/boot/dts/imx28-cfa10049.dts b/arch/arm/boot/dts/imx28-cfa10049.dts
> index b9dad4e..f16c1e2 100644
> --- a/arch/arm/boot/dts/imx28-cfa10049.dts
> +++ b/arch/arm/boot/dts/imx28-cfa10049.dts
> @@ -192,6 +192,11 @@
>  			usbphy1: usbphy at 8007e000 {
>  				status = "okay";
>  			};
> +
> +			lradc at 80050000 {
> +				status = "okay";
> +				fsl,lradc-touchscreen-wires = <4>;
> +			};
>  		};
>  	};
>  
> -- 
> 1.7.10.4
> 

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

end of thread, other threads:[~2013-04-07  6:19 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-04-05 12:33 [PATCH] ARM: dts: cfa10036: Add touchscreen support to the CFA-10049 Alexandre Belloni
2013-04-05 12:33 ` Alexandre Belloni
2013-04-07  6:19 ` Shawn Guo
2013-04-07  6:19   ` Shawn Guo

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.