Skip to content

Commit 691322a

Browse files
fabiobaltiericarlescufi
authored andcommitted
dts: bindings: drop remaining "required: false" from bindings
Drop the remaining "required: false" from the bindings, make CI happy. Signed-off-by: Fabio Baltieri <[email protected]>
1 parent dd46202 commit 691322a

16 files changed

+0
-34
lines changed

dts/bindings/base/pm.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55

66
properties:
77
wakeup-source:
8-
required: false
98
type: boolean
109
description: |
1110
Property to identify that a device can be used as wake up source.
@@ -18,7 +17,6 @@ properties:
1817
the system) by default but they can be enabled at runtime if necessary.
1918
2019
power-domain:
21-
required: false
2220
type: phandle
2321
description: |
2422

dts/bindings/base/power.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
properties:
77
supply-gpios:
88
type: phandle-array
9-
required: false
109
description: |
1110
GPIO specifier that controls power to the device.
1211
@@ -18,7 +17,6 @@ properties:
1817
1918
vin-supply:
2019
type: phandle
21-
required: false
2220
description: |
2321
Reference to the regulator that controls power to the device.
2422
The referenced devicetree node must have a regulator compatible.

dts/bindings/base/zephyr,memory-region.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ properties:
1919
2020
zephyr,memory-region-mpu:
2121
type: string
22-
required: false
2322
enum:
2423
- "RAM"
2524
- "RAM_NOCACHE"

dts/bindings/clock/microchip,xec-pcr.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@ properties:
1111
reg:
1212
required: true
1313

14-
interrupts:
15-
required: false
16-
1714
core-clock-div:
1815
type: int
1916
required: true
@@ -81,12 +78,10 @@ properties:
8178
8279
clkmon-bypass:
8380
type: boolean
84-
required: false
8581
description: Bypass clkmon check of crystal or XTAL2 single-ended clock.
8682

8783
internal-osc-disable:
8884
type: boolean
89-
required: false
9085
description: |
9186
If the internal silicon 32KHz oscillator is not chosen as the source
9287
for PLL and Periheral devices then disable the internal 32KHz

dts/bindings/dma/dma-controller.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,8 @@ properties:
3434

3535
dma-buf-size-alignment:
3636
type: int
37-
required: false
3837
description: Memory size alignment requirement for DMA buffers used by the controller.
3938

4039
dma-copy-alignment:
4140
type: int
42-
required: false
4341
description: Minimal chunk of data possible to be copied by the controller.

dts/bindings/gpio/silabs,gecko-gpio-port.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ properties:
1010

1111
peripheral-id:
1212
type: int
13-
required: false
1413
description: peripheral ID
1514

1615
"#gpio-cells":

dts/bindings/led/microchip,xec-bbled.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,6 @@ properties:
1414
interrupts:
1515
required: true
1616

17-
pinctrl-0:
18-
required: false
19-
20-
pinctrl-names:
21-
required: false
22-
2317
girqs:
2418
type: array
2519
required: true

dts/bindings/phy/usb-ulpi-phy.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,5 @@ properties:
1515

1616
reset-gpios:
1717
type: phandle-array
18-
required: false
1918
description: |
2019
GPIO connected to the ulpi RESET pin.

dts/bindings/pinctrl/microchip,xec-pinctrl.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,6 @@ child-binding:
119119
pin's PIO type and default drive strength.
120120
121121
microchip,output-func-invert:
122-
required: false
123122
type: boolean
124123
description:
125124
Invert polarity of an output alternate function. Input functions

dts/bindings/sensor/hzgrow,r502a.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,9 @@ properties:
1818
It is used to trigger a fingerprint enroll or match operations.
1919
vin-gpios:
2020
type: phandle-array
21-
required: false
2221
description: |
2322
Voltage input pin to the fingerprint sensor.
2423
act-gpios:
2524
type: phandle-array
26-
required: false
2725
description: |
2826
Finger detection power pin to detect the presence of finger.

0 commit comments

Comments
 (0)