dt-bindings: interrupt-controller: arm,gic-v3: Add missing type to interrupt-partition-* nodes

Add missing 'type: object' schema to interrupt-partition-* nodes. Found
with fix to meta-schema checks.

Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Jason Cooper <jason@lakedaemon.net>
Acked-by: Marc Zyngier <maz@kernel.org>
Signed-off-by: Rob Herring <robh@kernel.org>
This commit is contained in:
Rob Herring 2019-11-21 17:06:47 -06:00
parent cb6192d647
commit cf7d88fb86
1 changed files with 1 additions and 0 deletions

View File

@ -138,6 +138,7 @@ properties:
containing a set of sub-nodes.
patternProperties:
"^interrupt-partition-[0-9]+$":
type: object
properties:
affinity:
$ref: /schemas/types.yaml#/definitions/phandle-array