From 13ede6ecbb157cbc1082dced5d5c83cb502667b1 Mon Sep 17 00:00:00 2001 From: Etienne Carriere Date: Wed, 8 Oct 2025 14:40:57 +0200 Subject: [PATCH] boards: st: stm32n6570_dk: correct touchscreen reset line Correct GT911 touchscreen reset line that is connected to GPIO E1, not E4, on stm32n6570_dk boards. Note that GPIO E4 in connected to SDcard data bus line D3 on that board. Signed-off-by: Etienne Carriere --- boards/st/stm32n6570_dk/stm32n6570_dk_common.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boards/st/stm32n6570_dk/stm32n6570_dk_common.dtsi b/boards/st/stm32n6570_dk/stm32n6570_dk_common.dtsi index 5b91c96d7d419..f8675e78e2661 100644 --- a/boards/st/stm32n6570_dk/stm32n6570_dk_common.dtsi +++ b/boards/st/stm32n6570_dk/stm32n6570_dk_common.dtsi @@ -97,7 +97,7 @@ gt911: gt911@5d { compatible = "goodix,gt911"; reg = <0x5d>; - reset-gpios = <&gpioe 4 GPIO_ACTIVE_LOW>; + reset-gpios = <&gpioe 1 GPIO_ACTIVE_LOW>; irq-gpios = <&gpioq 4 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>; }; };