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:
parent
de9a665b31
commit
83bea9a796
356 changed files with 0 additions and 1092 deletions
|
@ -6,7 +6,6 @@ include: cpu.yaml
|
|||
properties:
|
||||
mmu-type:
|
||||
description: Memory Management Unit (MMU)
|
||||
required: false
|
||||
type: string
|
||||
enum:
|
||||
- riscv,sv32
|
||||
|
|
|
@ -8,5 +8,4 @@ include: riscv,cpus.yaml
|
|||
properties:
|
||||
hardware-exec-breakpoint-count:
|
||||
type: int
|
||||
required: false
|
||||
description: Number of hardware break points
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue