drivers: mipi_dbi: mipi_dbi_spi: change reset pin polarity

Change reset pin polarity for MIPI DBI SPI controller, so that the board
devicetree is responsible for setting the GPIO to active low, and the
driver always sets the pin to a logic 1 to reset the display.

Fixes #68562

Signed-off-by: Daniel DeGrasse <daniel.degrasse@nxp.com>
This commit is contained in:
Daniel DeGrasse 2024-02-05 09:42:37 -06:00 committed by Henrik Brix Andersen
commit c73428062d
8 changed files with 9 additions and 10 deletions

View file

@ -25,8 +25,7 @@ properties:
reset-gpios:
type: phandle-array
description: |
Reset GPIO pin. Used to reset the display during initialization.
Active low pin.
Reset GPIO pin. Set high to reset the display
write-only:
type: boolean