dts: bindings: drop remaining "required: false" from bindings
Drop the remaining "required: false" from the bindings, make CI happy. Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>
This commit is contained in:
parent
dd462028b3
commit
691322a495
16 changed files with 0 additions and 34 deletions
|
@ -5,7 +5,6 @@
|
|||
|
||||
properties:
|
||||
wakeup-source:
|
||||
required: false
|
||||
type: boolean
|
||||
description: |
|
||||
Property to identify that a device can be used as wake up source.
|
||||
|
@ -18,7 +17,6 @@ properties:
|
|||
the system) by default but they can be enabled at runtime if necessary.
|
||||
|
||||
power-domain:
|
||||
required: false
|
||||
type: phandle
|
||||
description: |
|
||||
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
properties:
|
||||
supply-gpios:
|
||||
type: phandle-array
|
||||
required: false
|
||||
description: |
|
||||
GPIO specifier that controls power to the device.
|
||||
|
||||
|
@ -18,7 +17,6 @@ properties:
|
|||
|
||||
vin-supply:
|
||||
type: phandle
|
||||
required: false
|
||||
description: |
|
||||
Reference to the regulator that controls power to the device.
|
||||
The referenced devicetree node must have a regulator compatible.
|
||||
|
|
|
@ -19,7 +19,6 @@ properties:
|
|||
|
||||
zephyr,memory-region-mpu:
|
||||
type: string
|
||||
required: false
|
||||
enum:
|
||||
- "RAM"
|
||||
- "RAM_NOCACHE"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue