Commit 0bf99c1f authored by Rob Herring's avatar Rob Herring

media: dt-bindings: atmel,isc: Drop unneeded unevaluatedProperties

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

Link: https://lore.kernel.org/r/20221207204406.2810864-1-robh@kernel.orgSigned-off-by: default avatarRob Herring <robh@kernel.org>
parent f5642c7f
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment