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:
Fabio Baltieri 2023-01-03 19:30:11 +00:00 committed by Carles Cufí
parent dd462028b3
commit 691322a495
16 changed files with 0 additions and 34 deletions

View file

@ -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: |

View file

@ -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.

View file

@ -19,7 +19,6 @@ properties:
zephyr,memory-region-mpu:
type: string
required: false
enum:
- "RAM"
- "RAM_NOCACHE"

View file

@ -11,9 +11,6 @@ properties:
reg:
required: true
interrupts:
required: false
core-clock-div:
type: int
required: true
@ -81,12 +78,10 @@ properties:
clkmon-bypass:
type: boolean
required: false
description: Bypass clkmon check of crystal or XTAL2 single-ended clock.
internal-osc-disable:
type: boolean
required: false
description: |
If the internal silicon 32KHz oscillator is not chosen as the source
for PLL and Periheral devices then disable the internal 32KHz

View file

@ -34,10 +34,8 @@ properties:
dma-buf-size-alignment:
type: int
required: false
description: Memory size alignment requirement for DMA buffers used by the controller.
dma-copy-alignment:
type: int
required: false
description: Minimal chunk of data possible to be copied by the controller.

View file

@ -10,7 +10,6 @@ properties:
peripheral-id:
type: int
required: false
description: peripheral ID
"#gpio-cells":

View file

@ -14,12 +14,6 @@ properties:
interrupts:
required: true
pinctrl-0:
required: false
pinctrl-names:
required: false
girqs:
type: array
required: true

View file

@ -15,6 +15,5 @@ properties:
reset-gpios:
type: phandle-array
required: false
description: |
GPIO connected to the ulpi RESET pin.

View file

@ -119,7 +119,6 @@ child-binding:
pin's PIO type and default drive strength.
microchip,output-func-invert:
required: false
type: boolean
description:
Invert polarity of an output alternate function. Input functions

View file

@ -18,11 +18,9 @@ properties:
It is used to trigger a fingerprint enroll or match operations.
vin-gpios:
type: phandle-array
required: false
description: |
Voltage input pin to the fingerprint sensor.
act-gpios:
type: phandle-array
required: false
description: |
Finger detection power pin to detect the presence of finger.

View file

@ -20,7 +20,6 @@ properties:
nxp,rs485-mode:
type: boolean
required: false
description: |
Set to enable RTS signal, which can be used to enable the driver
of an external RS-485 transceiver. Note hw-flow-control should be
@ -28,5 +27,4 @@ properties:
nxp,rs485-de-active-low:
type: boolean
required: false
description: RTS polarity at RS485 mode.

View file

@ -13,7 +13,6 @@ properties:
peripheral-id:
type: int
required: false
description: peripheral ID
# Note: Not all SoC series support setting individual pin location. If this

View file

@ -15,11 +15,9 @@ properties:
default: 1024
description: |
Size of the virtual CDC ACM UART TX FIFO
required: false
rx-fifo-size:
type: int
default: 1024
description: |
Size of the virtual CDC ACM UART RX FIFO
required: false

View file

@ -34,13 +34,11 @@ properties:
slave:
type: boolean
required: false
description: |
Select if the SPI module is intended to be used in slave mode.
spi-sck-cs-delay:
type: int
required: false
description: |
A delay in nanoseconds between the stop of clock signal and
deactivating Chip Select at the stop of transfer. If CS remains
@ -51,7 +49,6 @@ properties:
spi-cs-sck-delay:
type: int
required: false
description: |
A delay in nanoseconds between activating Chip Select and the start
of clock signal at the start of transfer. If CS remains asserted
@ -62,7 +59,6 @@ properties:
spi-cs-cs-delay:
type: int
required: false
description: |
A delay in nanoseconds between deactivating Chip Select at the stop
of previous transfer and activating Chip Select at the start of

View file

@ -19,7 +19,6 @@ properties:
reset-gpios:
type: phandle-array
required: false
description: |
RESET pin of MAX3421E, active low.
If connected directly the MCU pin should be configured

View file

@ -10,5 +10,4 @@ compatible: "test-power-states-api"
properties:
cpu-power-states:
type: phandles
required: false
description: List of power management states supported by this cpu.