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 <daniel.degrasse@nxp.com>
This commit is contained in:
parent
6844016d9d
commit
026d0507ea
1 changed files with 1 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue