diff options
| author | Rob Herring <[email protected]> | 2019-11-21 17:06:47 -0600 |
|---|---|---|
| committer | Rob Herring <[email protected]> | 2019-11-26 12:29:33 -0700 |
| commit | cf7d88fb867c107a6b93c8a180ce9831fd4dc6fb (patch) | |
| tree | 9f8b63a3bcdb77c6f9d38a4ee91e37666528545a | |
| parent | cb6192d647f79ae76128bce5216ea4f4e1776727 (diff) | |
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 <[email protected]>
Cc: Jason Cooper <[email protected]>
Acked-by: Marc Zyngier <[email protected]>
Signed-off-by: Rob Herring <[email protected]>
| -rw-r--r-- | Documentation/devicetree/bindings/interrupt-controller/arm,gic-v3.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/interrupt-controller/arm,gic-v3.yaml b/Documentation/devicetree/bindings/interrupt-controller/arm,gic-v3.yaml index 1fe147daca4c..66aacd106503 100644 --- a/Documentation/devicetree/bindings/interrupt-controller/arm,gic-v3.yaml +++ b/Documentation/devicetree/bindings/interrupt-controller/arm,gic-v3.yaml @@ -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 |