Skip to content

Commit 85ba056

Browse files
caspermeijncarlescufi
authored andcommitted
drivers: display: st7789v: Fix software reset
Software reset is already implemented in the driver when the `reset_gpio` is not defined. However it could not be activated because the `reset_gpio` is a required field in the DTS binding. Signed-off-by: Casper Meijn <[email protected]>
1 parent 1f54179 commit 85ba056

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dts/bindings/display/sitronix,st7789v.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ include: spi-device.yaml
1111
properties:
1212
reset-gpios:
1313
type: phandle-array
14-
required: true
14+
required: false
1515
description: |
1616
RESET pin.
1717

0 commit comments

Comments
 (0)