dts: bindings: clean up redundant required false attributes

DTS property attributes are (by default) not required.

Explicitly specifying `required: false` is redundant.
Perhaps a warning to that effect would be useful.

Signed-off-by: Chris Friedt <cfriedt@meta.com>
This commit is contained in:
Chris Friedt 2022-10-27 05:09:31 -04:00 committed by Christopher Friedt
commit 83bea9a796
356 changed files with 0 additions and 1092 deletions

View file

@ -8,7 +8,6 @@ compatible: "ovti,ov2640"
properties:
reset-gpios:
type: phandle-array
required: false
description: |
The RESETn pin is asserted to disable the sensor causing a hard
reset. The sensor receives this as an active-low signal.

View file

@ -8,7 +8,6 @@ compatible: "ovti,ov7725"
properties:
reset-gpios:
type: phandle-array
required: false
description: |
The RESETn pin is asserted to disable the sensor causing a hard
reset. The sensor receives this as an active-low signal.