Skip to content

Commit 06d793b

Browse files
ndyerShawn Guo
authored andcommitted
ARM: dts: imx51-zii-rdu1: fix touchscreen pinctrl
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 <[email protected]> Fixes: ceef039 ("ARM: dts: imx: add ZII RDU1 board") Cc: <[email protected]> # 4.15+ Reviewed-by: Fabio Estevam <[email protected]> Tested-by: Chris Healy <[email protected]> Signed-off-by: Shawn Guo <[email protected]>
1 parent 1bcfe05 commit 06d793b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm/boot/dts/imx51-zii-rdu1.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -770,7 +770,7 @@
770770

771771
pinctrl_ts: tsgrp {
772772
fsl,pins = <
773-
MX51_PAD_CSI1_D8__GPIO3_12 0x85
773+
MX51_PAD_CSI1_D8__GPIO3_12 0x04
774774
MX51_PAD_CSI1_D9__GPIO3_13 0x85
775775
>;
776776
};

0 commit comments

Comments
 (0)