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:
parent
801fbddfcc
commit
c73428062d
8 changed files with 9 additions and 10 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue