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:
Chris Friedt 2022-10-27 05:09:31 -04:00 committed by Christopher Friedt
commit 83bea9a796
356 changed files with 0 additions and 1092 deletions

View file

@ -6,7 +6,6 @@ include: cpu.yaml
properties:
mmu-type:
description: Memory Management Unit (MMU)
required: false
type: string
enum:
- riscv,sv32

View file

@ -8,5 +8,4 @@ include: riscv,cpus.yaml
properties:
hardware-exec-breakpoint-count:
type: int
required: false
description: Number of hardware break points