mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-19 17:50:31 +07:00
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:
parent
cb6192d647
commit
cf7d88fb86
@ -138,6 +138,7 @@ properties:
|
|||||||
containing a set of sub-nodes.
|
containing a set of sub-nodes.
|
||||||
patternProperties:
|
patternProperties:
|
||||||
"^interrupt-partition-[0-9]+$":
|
"^interrupt-partition-[0-9]+$":
|
||||||
|
type: object
|
||||||
properties:
|
properties:
|
||||||
affinity:
|
affinity:
|
||||||
$ref: /schemas/types.yaml#/definitions/phandle-array
|
$ref: /schemas/types.yaml#/definitions/phandle-array
|
||||||
|
Loading…
Reference in New Issue
Block a user