2013-04-05 12:33:22

by Alexandre Belloni

[permalink] [raw]
Subject: [PATCH] ARM: dts: cfa10036: Add touchscreen support to the CFA-10049

Signed-off-by: Alexandre Belloni <[email protected]>
---
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


2013-04-07 06:19:12

by Shawn Guo

[permalink] [raw]
Subject: Re: [PATCH] ARM: dts: cfa10036: Add touchscreen support to the CFA-10049

On Fri, Apr 05, 2013 at 02:33:02PM +0200, Alexandre Belloni wrote:
> Signed-off-by: Alexandre Belloni <[email protected]>

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
>