Skip to content

Commit

Permalink
dt-bindings: riscv: cpus: switch to unevaluatedProperties: false
Browse files Browse the repository at this point in the history
To permit validation of cpu nodes, swap "additionalProperties: true"
out for "unevaluatedProperties: false".

Signed-off-by: Conor Dooley <conor.dooley@microchip.com>
Reviewed-by: Rob Herring <robh@kernel.org>
Acked-by: Palmer Dabbelt <palmer@rivosinc.com>
Link: https://lore.kernel.org/r/20230615-viper-stoic-1ff8efd7d51d@spud
Signed-off-by: Palmer Dabbelt <palmer@rivosinc.com>
  • Loading branch information
Conor Dooley authored and Palmer Dabbelt committed Jun 22, 2023
1 parent 3c1b475 commit 1ffe6dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/devicetree/bindings/riscv/cpus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ required:
- riscv,isa
- interrupt-controller

additionalProperties: true
unevaluatedProperties: false

examples:
- |
Expand Down

0 comments on commit 1ffe6dd

Please sign in to comment.