projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
55e95bf
)
dt-bindings: riscv: cpus: Add missing additionalProperties on interrupt-controller...
author
Rob Herring
<robh@kernel.org>
Fri, 15 Sep 2023 20:19:36 +0000
(15:19 -0500)
committer
Rob Herring
<robh@kernel.org>
Fri, 22 Sep 2023 20:33:58 +0000
(15:33 -0500)
The "interrupt-controller" CPU child node is missing constraints on
extra properties. Add "additionalProperties: false" to fix this.
Reviewed-by: Conor Dooley <conor.dooley@microchip.com>
Link:
https://lore.kernel.org/r/20230915201946.4184468-1-robh@kernel.org
Signed-off-by: Rob Herring <robh@kernel.org>
Documentation/devicetree/bindings/riscv/cpus.yaml
patch
|
blob
|
history
diff --git
a/Documentation/devicetree/bindings/riscv/cpus.yaml
b/Documentation/devicetree/bindings/riscv/cpus.yaml
index 38c0b5213736a463626ab7b1ad69f69e218c0605..97e8441eda1c2bf63f4321115a28c7cfd57e1c71 100644
(file)
--- a/
Documentation/devicetree/bindings/riscv/cpus.yaml
+++ b/
Documentation/devicetree/bindings/riscv/cpus.yaml
@@
-91,6
+91,7
@@
properties:
interrupt-controller:
type: object
+ additionalProperties: false
description: Describes the CPU's local interrupt controller
properties: