devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] dt-bindings: riscv: cpus: Add missing additionalProperties on interrupt-controller node
@ 2023-09-15 20:19 Rob Herring
  2023-09-15 21:07 ` Conor Dooley
  2023-09-22 20:34 ` Rob Herring
  0 siblings, 2 replies; 3+ messages in thread
From: Rob Herring @ 2023-09-15 20:19 UTC (permalink / raw)
  To: Conor Dooley, Krzysztof Kozlowski, Paul Walmsley, Palmer Dabbelt,
	Albert Ou
  Cc: Palmer Dabbelt, linux-riscv, devicetree, linux-kernel

The "interrupt-controller" CPU child node is missing constraints on
extra properties. Add "additionalProperties: false" to fix this.

Signed-off-by: Rob Herring <robh@kernel.org>
---
 Documentation/devicetree/bindings/riscv/cpus.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/riscv/cpus.yaml b/Documentation/devicetree/bindings/riscv/cpus.yaml
index 38c0b5213736..97e8441eda1c 100644
--- a/Documentation/devicetree/bindings/riscv/cpus.yaml
+++ b/Documentation/devicetree/bindings/riscv/cpus.yaml
@@ -91,6 +91,7 @@ properties:
 
   interrupt-controller:
     type: object
+    additionalProperties: false
     description: Describes the CPU's local interrupt controller
 
     properties:
-- 
2.40.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] dt-bindings: riscv: cpus: Add missing additionalProperties on interrupt-controller node
  2023-09-15 20:19 [PATCH] dt-bindings: riscv: cpus: Add missing additionalProperties on interrupt-controller node Rob Herring
@ 2023-09-15 21:07 ` Conor Dooley
  2023-09-22 20:34 ` Rob Herring
  1 sibling, 0 replies; 3+ messages in thread
From: Conor Dooley @ 2023-09-15 21:07 UTC (permalink / raw)
  To: Rob Herring
  Cc: Krzysztof Kozlowski, Paul Walmsley, Palmer Dabbelt, Albert Ou,
	Palmer Dabbelt, linux-riscv, devicetree, linux-kernel

[-- Attachment #1: Type: text/plain, Size: 1084 bytes --]

On Fri, Sep 15, 2023 at 03:19:36PM -0500, Rob Herring wrote:
> The "interrupt-controller" CPU child node is missing constraints on
> extra properties. Add "additionalProperties: false" to fix this.
> 
> Signed-off-by: Rob Herring <robh@kernel.org>

Was wondering why I couldn't see this in my dt queue, guess
get_maintainer.pl struggled with the multiple claims on the file :)
Reviewed-by: Conor Dooley <conor.dooley@microchip.com>

Thanks,
Conor.

> ---
>  Documentation/devicetree/bindings/riscv/cpus.yaml | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/Documentation/devicetree/bindings/riscv/cpus.yaml b/Documentation/devicetree/bindings/riscv/cpus.yaml
> index 38c0b5213736..97e8441eda1c 100644
> --- a/Documentation/devicetree/bindings/riscv/cpus.yaml
> +++ b/Documentation/devicetree/bindings/riscv/cpus.yaml
> @@ -91,6 +91,7 @@ properties:
>  
>    interrupt-controller:
>      type: object
> +    additionalProperties: false
>      description: Describes the CPU's local interrupt controller
>  
>      properties:
> -- 
> 2.40.1
> 

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] dt-bindings: riscv: cpus: Add missing additionalProperties on interrupt-controller node
  2023-09-15 20:19 [PATCH] dt-bindings: riscv: cpus: Add missing additionalProperties on interrupt-controller node Rob Herring
  2023-09-15 21:07 ` Conor Dooley
@ 2023-09-22 20:34 ` Rob Herring
  1 sibling, 0 replies; 3+ messages in thread
From: Rob Herring @ 2023-09-22 20:34 UTC (permalink / raw)
  To: Rob Herring
  Cc: Albert Ou, devicetree, linux-riscv, linux-kernel, Palmer Dabbelt,
	Paul Walmsley, Conor Dooley, Palmer Dabbelt, Krzysztof Kozlowski


On Fri, 15 Sep 2023 15:19:36 -0500, Rob Herring wrote:
> The "interrupt-controller" CPU child node is missing constraints on
> extra properties. Add "additionalProperties: false" to fix this.
> 
> Signed-off-by: Rob Herring <robh@kernel.org>
> ---
>  Documentation/devicetree/bindings/riscv/cpus.yaml | 1 +
>  1 file changed, 1 insertion(+)
> 

Applied, thanks!


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-09-22 20:34 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-15 20:19 [PATCH] dt-bindings: riscv: cpus: Add missing additionalProperties on interrupt-controller node Rob Herring
2023-09-15 21:07 ` Conor Dooley
2023-09-22 20:34 ` Rob Herring

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).