From 5c2d25f93edb33c66c4b77914972a5d5380e784a Mon Sep 17 00:00:00 2001 From: Daniel DeGrasse Date: Wed, 13 Mar 2024 13:23:48 -0500 Subject: [PATCH] boards: shields: rk055hdmipi4ma0: fix GT911 identifier in RT595 overlay In 42c6f3311be (boards: stop using kscan for LVGL touch input), GT911 node label was renamed for rk055hdmipi4ma0 shield. The node label rename was missed in the RT595 EVK overlay, fix this. Fixes #69302 Signed-off-by: Daniel DeGrasse --- .../boards/mimxrt595_evk_mimxrt595s_cm33.overlay | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boards/shields/rk055hdmipi4ma0/boards/mimxrt595_evk_mimxrt595s_cm33.overlay b/boards/shields/rk055hdmipi4ma0/boards/mimxrt595_evk_mimxrt595s_cm33.overlay index 04aba30fec0..bdc2bba1f40 100644 --- a/boards/shields/rk055hdmipi4ma0/boards/mimxrt595_evk_mimxrt595s_cm33.overlay +++ b/boards/shields/rk055hdmipi4ma0/boards/mimxrt595_evk_mimxrt595s_cm33.overlay @@ -13,7 +13,7 @@ }; /* GT911 IRQ GPIO is active low on this board, and needs probing mode */ -&touch_controller_rk055hdmipi4ma0 { +>911_rk055hdmipi4ma0 { irq-gpios = <&nxp_mipi_connector 29 GPIO_ACTIVE_LOW>; alt-addr = <0x14>; };