From b873f19bc8aa42bac9b96f5a31f07e3433d90e00 Mon Sep 17 00:00:00 2001 From: Fabio Baltieri Date: Tue, 5 Sep 2023 09:18:56 +0000 Subject: [PATCH] shields: rk055hdmipi4m: fix touch controller label This got renamed in 42c6f3311b, use the new label in the board overlay. Signed-off-by: Fabio Baltieri --- boards/shields/rk055hdmipi4m/boards/mimxrt595_evk_cm33.overlay | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boards/shields/rk055hdmipi4m/boards/mimxrt595_evk_cm33.overlay b/boards/shields/rk055hdmipi4m/boards/mimxrt595_evk_cm33.overlay index e8658bdc42b..8d58d111053 100644 --- a/boards/shields/rk055hdmipi4m/boards/mimxrt595_evk_cm33.overlay +++ b/boards/shields/rk055hdmipi4m/boards/mimxrt595_evk_cm33.overlay @@ -13,7 +13,7 @@ }; /* GT911 IRQ GPIO is active low on this board, and needs probing mode */ -&touch_controller { +>911_rk055hdmipi4m { irq-gpios = <&nxp_mipi_connector 29 GPIO_ACTIVE_LOW>; alt-addr = <0x14>; };