dts: bindings: display: gc9x01x: make 'reset-gpios' optional
Driver already handles the case when 'reset-gpios' is not provided, so remove 'required: true' from bindings to allow boards / shields definition without reset signal being connected to any Zephyr controlled GPIO. Signed-off-by: Marcin Niestroj <m.niestroj@emb.dev>
This commit is contained in:
parent
33786b55ab
commit
14c6eef241
|
@ -34,7 +34,6 @@ include: [spi-device.yaml, display-controller.yaml, lcd-controller.yaml]
|
|||
properties:
|
||||
reset-gpios:
|
||||
type: phandle-array
|
||||
required: true
|
||||
description: |
|
||||
RESET pin of the GC9X01X.
|
||||
If connected directly the MCU pin should be configured
|
||||
|
|
Loading…
Reference in a new issue