diff options
| author | Nick Dyer <nick@shmanahar.org> | 2018-06-21 19:10:00 +0100 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2018-07-11 16:31:26 +0200 |
| commit | dbecaae4bfcb1551ca483a6c4d3b5e3c68f06675 (patch) | |
| tree | 64b1fb54b8ef5755a4a894a425e1e90b2389069d | |
| parent | 5cdc9e29ffb074a4062100825d4d049e202818a7 (diff) | |
| download | linux-dbecaae4bfcb1551ca483a6c4d3b5e3c68f06675.tar.gz linux-dbecaae4bfcb1551ca483a6c4d3b5e3c68f06675.tar.bz2 linux-dbecaae4bfcb1551ca483a6c4d3b5e3c68f06675.zip | |
ARM: dts: imx51-zii-rdu1: fix touchscreen pinctrl
commit 06d793b114e9d922c03aa077ac6c5c51fdda2722 upstream.
The pinctrl settings were incorrect for the touchscreen interrupt line, causing
an interrupt storm. This change has been tested with both the atmel_mxt_ts and
RMI4 drivers on the RDU1 units.
The value 0x4 comes from the value of register IOMUXC_SW_PAD_CTL_PAD_CSI1_D8
from the old vendor kernel.
Signed-off-by: Nick Dyer <nick@shmanahar.org>
Fixes: ceef0396f367 ("ARM: dts: imx: add ZII RDU1 board")
Cc: <stable@vger.kernel.org> # 4.15+
Reviewed-by: Fabio Estevam <fabio.estevam@nxp.com>
Tested-by: Chris Healy <cphealy@gmail.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
| -rw-r--r-- | arch/arm/boot/dts/imx51-zii-rdu1.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/imx51-zii-rdu1.dts b/arch/arm/boot/dts/imx51-zii-rdu1.dts index 6464f2560e06..0662217751dc 100644 --- a/arch/arm/boot/dts/imx51-zii-rdu1.dts +++ b/arch/arm/boot/dts/imx51-zii-rdu1.dts @@ -768,7 +768,7 @@ pinctrl_ts: tsgrp { fsl,pins = < - MX51_PAD_CSI1_D8__GPIO3_12 0x85 + MX51_PAD_CSI1_D8__GPIO3_12 0x04 MX51_PAD_CSI1_D9__GPIO3_13 0x85 >; }; |
