diff options
author | Fabio Estevam <fabio.estevam@freescale.com> | 2013-09-17 23:18:38 +0400 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2013-09-26 09:01:35 +0400 |
commit | 289604df397e0d5dbe71673f8a15bfc5c8c0079f (patch) | |
tree | 6d0bd5e24d618eb02f437cf5ad0abb4286e4532b /arch/arm/boot/dts/imx28-evk.dts | |
parent | e367817a0ae7065a60815933df0980e53b14c517 (diff) | |
download | linux-289604df397e0d5dbe71673f8a15bfc5c8c0079f.tar.xz |
ARM: dts: imx28-evk: Enable touchscreen support
Provide 'lradc-touchscreen-wires' property to the LRADC driver, so that
touchscreen can be functional.
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Diffstat (limited to 'arch/arm/boot/dts/imx28-evk.dts')
-rw-r--r-- | arch/arm/boot/dts/imx28-evk.dts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx28-evk.dts b/arch/arm/boot/dts/imx28-evk.dts index 8cb6b6acb27e..5f9c0a0dcc5a 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"; }; |