linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] media: dt-bindings: atmel,isc: Drop unneeded unevaluatedProperties
@ 2022-12-07 20:44 Rob Herring
  2022-12-09 21:19 ` Rob Herring
  0 siblings, 1 reply; 2+ messages in thread
From: Rob Herring @ 2022-12-07 20:44 UTC (permalink / raw)
  To: Eugen Hristev, Mauro Carvalho Chehab, Krzysztof Kozlowski,
	Nicolas Ferre, Alexandre Belloni, Claudiu Beznea
  Cc: linux-media, devicetree, linux-arm-kernel, linux-kernel

The 'port' node scheam has both 'additionalProperties' and
'unevaluatedProperties', but only one is necessary.
'additionalProperties' works here, so drop 'unevaluatedProperties' and
move 'additionalProperties' next to the $ref.

Signed-off-by: Rob Herring <robh@kernel.org>
---
 Documentation/devicetree/bindings/media/atmel,isc.yaml | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/Documentation/devicetree/bindings/media/atmel,isc.yaml b/Documentation/devicetree/bindings/media/atmel,isc.yaml
index cd6d7af0c768..dc8aba698d78 100644
--- a/Documentation/devicetree/bindings/media/atmel,isc.yaml
+++ b/Documentation/devicetree/bindings/media/atmel,isc.yaml
@@ -45,7 +45,7 @@ properties:
 
   port:
     $ref: /schemas/graph.yaml#/$defs/port-base
-    unevaluatedProperties: false
+    additionalProperties: false
     description:
       Input port node, single endpoint describing the input pad.
 
@@ -77,8 +77,6 @@ properties:
 
         additionalProperties: false
 
-    additionalProperties: false
-
 required:
   - compatible
   - reg
-- 
2.35.1


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [PATCH] media: dt-bindings: atmel,isc: Drop unneeded unevaluatedProperties
  2022-12-07 20:44 [PATCH] media: dt-bindings: atmel,isc: Drop unneeded unevaluatedProperties Rob Herring
@ 2022-12-09 21:19 ` Rob Herring
  0 siblings, 0 replies; 2+ messages in thread
From: Rob Herring @ 2022-12-09 21:19 UTC (permalink / raw)
  To: Rob Herring
  Cc: devicetree, Alexandre Belloni, linux-kernel, Krzysztof Kozlowski,
	Eugen Hristev, Mauro Carvalho Chehab, Claudiu Beznea,
	linux-arm-kernel, linux-media


On Wed, 07 Dec 2022 14:44:06 -0600, Rob Herring wrote:
> The 'port' node scheam has both 'additionalProperties' and
> 'unevaluatedProperties', but only one is necessary.
> 'additionalProperties' works here, so drop 'unevaluatedProperties' and
> move 'additionalProperties' next to the $ref.
> 
> Signed-off-by: Rob Herring <robh@kernel.org>
> ---
>  Documentation/devicetree/bindings/media/atmel,isc.yaml | 4 +---
>  1 file changed, 1 insertion(+), 3 deletions(-)
> 

Applied, thanks!

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

end of thread, other threads:[~2022-12-09 21:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-07 20:44 [PATCH] media: dt-bindings: atmel,isc: Drop unneeded unevaluatedProperties Rob Herring
2022-12-09 21:19 ` 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).