Skip to content
Snippets Groups Projects
Commit 8759a147 authored by Felix Gerking's avatar Felix Gerking
Browse files

dts:dual-espresso: Configure touch reset pins as open-drain

The EXC81W32 touch controller tries to reset itself when a touch fwr
update is performed. If the reset pin is driven or configured as
pull-up, the controller gets stuck when the self-reset is performed.

BCS 746-001093
parent c00df001
No related branches found
No related tags found
2 merge requests!455CI: Update gitlab-ci,!178dts:dual-espresso: Configure touch reset pins as open-drain
Pipeline #42008 passed with stage
in 27 seconds
......@@ -239,12 +239,12 @@ pinctrl_backlight2_enable: backlight-enable2 {
};
pinctrl_ctouch1: ctouch1 {
fsl,pins = < SPIN136_GPIO3_IO15 PAD_GPIO /* TOUCH_RES_R */
fsl,pins = < SPIN136_GPIO3_IO15 PAD_GPIO_OD /* TOUCH_RES_R */
SPIN45_GPIO3_IO04 PAD_GPIO >; /* TOUCH_INT_R */
};
pinctrl_ctouch2: ctouch2 {
fsl,pins = < SPIN65_GPIO4_IO07 PAD_GPIO /* TOUCH_RES_L */
fsl,pins = < SPIN65_GPIO4_IO07 PAD_GPIO_OD /* TOUCH_RES_L */
SPIN102_GPIO1_IO08 PAD_GPIO >; /* TOUCH_INT_L */
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment