diff mbox

ARM: dts: imx28-evk: Enable touchscreen support

Message ID 1379445518-3260-1-git-send-email-fabio.estevam@freescale.com (mailing list archive)
State New, archived
Headers show

Commit Message

Fabio Estevam Sept. 17, 2013, 7:18 p.m. UTC
Provide 'lradc-touchscreen-wires' property to the LRADC driver, so that
touchscreen can be functional.

Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
---
Shawn,

I undertand you reported issues with this patch in the previous kernel.

With 3.12-rc1, I am not able to see any problem with it.

Most likely that the audio issue you saw was due to the mxs i2c breakage (PIO 
mode for small transfers) that it is fixed now.

 arch/arm/boot/dts/imx28-evk.dts | 1 +
 1 file changed, 1 insertion(+)

Comments

Shawn Guo Sept. 20, 2013, 9:02 a.m. UTC | #1
On Tue, Sep 17, 2013 at 04:18:38PM -0300, Fabio Estevam wrote:
> Provide 'lradc-touchscreen-wires' property to the LRADC driver, so that
> touchscreen can be functional.
> 
> Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>

Applied, thanks.
diff mbox

Patch

diff --git a/arch/arm/boot/dts/imx28-evk.dts b/arch/arm/boot/dts/imx28-evk.dts
index 8cb6b6a..5f9c0a0 100644
--- a/arch/arm/boot/dts/imx28-evk.dts
+++ b/arch/arm/boot/dts/imx28-evk.dts
@@ -182,6 +182,7 @@ 
 			};
 
 			lradc@80050000 {
+				fsl,lradc-touchscreen-wires = <4>;
 				status = "okay";
 			};