Skip to content

Commit 99a20be

Browse files
committed
dts: bindings: drop "required: false" from base binding
It's redundant and it's failing the compliance CI check. Signed-off-by: Fabio Baltieri <[email protected]>
1 parent d9c747d commit 99a20be

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

dts/bindings/base/base.yaml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ include: [pm.yaml]
55
properties:
66
status:
77
type: string
8-
required: false
98
description: indicates the operational status of a device
109
enum:
1110
- "ok" # Deprecated form
@@ -23,90 +22,73 @@ properties:
2322
reg:
2423
type: array
2524
description: register space
26-
required: false
2725

2826
reg-names:
2927
type: string-array
3028
description: name of each register space
31-
required: false
3229

3330
interrupts:
3431
type: array
35-
required: false
3632
description: interrupts for device
3733

3834
# Does not follow the 'type: phandle-array' scheme, but gets type-checked
3935
# by the code. Declare it here just so that other bindings can make it
4036
# 'required: true' easily if they want to.
4137
interrupts-extended:
4238
type: compound
43-
required: false
4439
description: extended interrupt specifier for device
4540

4641
interrupt-names:
4742
type: string-array
48-
required: false
4943
description: name of each interrupt
5044

5145
interrupt-parent:
5246
type: phandle
53-
required: false
5447
description: phandle to interrupt controller node
5548

5649
label:
5750
type: string
58-
required: false
5951
deprecated: true
6052
description: |
6153
Human readable string describing the device (used as device_get_binding() argument)
6254
6355
clocks:
6456
type: phandle-array
65-
required: false
6657
description: Clock gate information
6758

6859
clock-names:
6960
type: string-array
70-
required: false
7161
description: name of each clock
7262

7363
"#address-cells":
7464
type: int
75-
required: false
7665
description: number of address cells in reg property
7766

7867
"#size-cells":
7968
type: int
80-
required: false
8169
description: number of size cells in reg property
8270

8371
dmas:
84-
required: false
8572
type: phandle-array
8673
description: DMA channels specifiers
8774

8875
dma-names:
89-
required: false
9076
type: string-array
9177
description: Provided names of DMA channel specifiers
9278

9379
io-channels:
94-
required: false
9580
type: phandle-array
9681
description: IO channels specifiers
9782

9883
io-channel-names:
99-
required: false
10084
type: string-array
10185
description: Provided names of IO channel specifiers
10286

10387
mboxes:
104-
required: false
10588
type: phandle-array
10689
description: mailbox / IPM channels specifiers
10790
specifier-space: mbox
10891

10992
mbox-names:
110-
required: false
11193
type: string-array
11294
description: Provided names of mailbox / IPM channel specifiers

0 commit comments

Comments
 (0)