Commit 11b1c9cd authored by Rob Herring's avatar Rob Herring
Browse files

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: default avatarConor Dooley <conor.dooley@microchip.com>
Link: https://lore.kernel.org/r/20230915201946.4184468-1-robh@kernel.org


Signed-off-by: default avatarRob Herring <robh@kernel.org>
parent 55e95bfc
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -91,6 +91,7 @@ properties:

  interrupt-controller:
    type: object
    additionalProperties: false
    description: Describes the CPU's local interrupt controller

    properties: