* [PATCH] dt-bindings: interrupt-controller: arm,gic-v3: Add missing type to interrupt-partition-* nodes
@ 2019-11-21 23:09 Rob Herring
2019-11-22 8:08 ` Marc Zyngier
0 siblings, 1 reply; 2+ messages in thread
From: Rob Herring @ 2019-11-21 23:09 UTC (permalink / raw)
To: devicetree, linux-kernel; +Cc: Thomas Gleixner, Jason Cooper, Marc Zyngier
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>
Cc: Marc Zyngier <maz@kernel.org>
Signed-off-by: Rob Herring <robh@kernel.org>
---
.../devicetree/bindings/interrupt-controller/arm,gic-v3.yaml | 1 +
1 file changed, 1 insertion(+)
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
--
2.20.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] dt-bindings: interrupt-controller: arm,gic-v3: Add missing type to interrupt-partition-* nodes
2019-11-21 23:09 [PATCH] dt-bindings: interrupt-controller: arm,gic-v3: Add missing type to interrupt-partition-* nodes Rob Herring
@ 2019-11-22 8:08 ` Marc Zyngier
0 siblings, 0 replies; 2+ messages in thread
From: Marc Zyngier @ 2019-11-22 8:08 UTC (permalink / raw)
To: Rob Herring; +Cc: devicetree, linux-kernel, Thomas Gleixner, Jason Cooper
On Thu, 21 Nov 2019 17:09:15 -0600
Rob Herring <robh@kernel.org> wrote:
> 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>
> Cc: Marc Zyngier <maz@kernel.org>
> Signed-off-by: Rob Herring <robh@kernel.org>
> ---
> .../devicetree/bindings/interrupt-controller/arm,gic-v3.yaml | 1 +
> 1 file changed, 1 insertion(+)
>
> 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
Acked-by: Marc Zyngier <maz@kernel.org>
I guess you're taking this through the DT tree? Or do you want me to
pick it up as a fix post -rc1?
Thanks,
M.
--
Jazz is not dead. It just smells funny...
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2019-11-22 8:08 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-11-21 23:09 [PATCH] dt-bindings: interrupt-controller: arm,gic-v3: Add missing type to interrupt-partition-* nodes Rob Herring
2019-11-22 8:08 ` Marc Zyngier
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).