Skip to content

Commit 11b1c9c

Browse files
committed
dt-bindings: riscv: cpus: Add missing additionalProperties on interrupt-controller node
The "interrupt-controller" CPU child node is missing constraints on extra properties. Add "additionalProperties: false" to fix this. Reviewed-by: Conor Dooley <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Rob Herring <[email protected]>
1 parent 55e95bf commit 11b1c9c

File tree

1 file changed

+1
-0
lines changed
  • Documentation/devicetree/bindings/riscv

1 file changed

+1
-0
lines changed

Documentation/devicetree/bindings/riscv/cpus.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ properties:
9191

9292
interrupt-controller:
9393
type: object
94+
additionalProperties: false
9495
description: Describes the CPU's local interrupt controller
9596

9697
properties:

0 commit comments

Comments
 (0)