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
1 changed files with 0 additions and 1 deletions
|
@ -34,7 +34,6 @@ include: [spi-device.yaml, display-controller.yaml, lcd-controller.yaml]
|
||||||
properties:
|
properties:
|
||||||
reset-gpios:
|
reset-gpios:
|
||||||
type: phandle-array
|
type: phandle-array
|
||||||
required: true
|
|
||||||
description: |
|
description: |
|
||||||
RESET pin of the GC9X01X.
|
RESET pin of the GC9X01X.
|
||||||
If connected directly the MCU pin should be configured
|
If connected directly the MCU pin should be configured
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue