From 026d0507ea3e97c7e9865235a175579d062ce955 Mon Sep 17 00:00:00 2001 From: Daniel DeGrasse Date: Mon, 3 Jun 2024 16:13:01 -0500 Subject: [PATCH] boards: shields: adafruit_2_8_tft_touch_v2: fix RW612 board overlay RW612 board overlay should remove the MIPI DBI nodes defined at the board and at the shield level, because the LCDIC peripheral on this SOC can support the MIPI DBI protocol directly without the emulated Zephyr driver. Signed-off-by: Daniel DeGrasse --- .../adafruit_2_8_tft_touch_v2/boards/rd_rw612_bga.overlay | 1 + 1 file changed, 1 insertion(+) diff --git a/boards/shields/adafruit_2_8_tft_touch_v2/boards/rd_rw612_bga.overlay b/boards/shields/adafruit_2_8_tft_touch_v2/boards/rd_rw612_bga.overlay index 59136c9b45b..8c44347e63f 100644 --- a/boards/shields/adafruit_2_8_tft_touch_v2/boards/rd_rw612_bga.overlay +++ b/boards/shields/adafruit_2_8_tft_touch_v2/boards/rd_rw612_bga.overlay @@ -16,6 +16,7 @@ * directly and does not require the MIPI DBI SPI node */ /delete-node/ mipi_dbi; + /delete-node/ adafruit_2_8_tft_touch_v2_mipi_dbi; }; &lcdic {