Commit 9eba693c authored by Rob Herring's avatar Rob Herring

media: dt-bindings: Add missing (unevaluated|additional)Properties on child nodes

In order to ensure only documented properties are present, node schemas
must have unevaluatedProperties or additionalProperties set to false
(typically).
Signed-off-by: default avatarRob Herring <robh@kernel.org>
Reviewed-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20220823145649.3118479-3-robh@kernel.org
parent 71667902
......@@ -75,6 +75,7 @@ properties:
properties:
port@0:
$ref: /schemas/graph.yaml#/$defs/port-base
unevaluatedProperties: false
description:
Input port node, single endpoint describing the input port.
......@@ -103,6 +104,7 @@ properties:
port@1:
$ref: /schemas/graph.yaml#/$defs/port-base
unevaluatedProperties: false
description:
Output port node, single endpoint describing the output port.
......
......@@ -68,6 +68,7 @@ properties:
video-firmware:
type: object
additionalProperties: false
description: |
Firmware subnode is needed when the platform does not
......
......@@ -95,6 +95,7 @@ properties:
video-firmware:
type: object
additionalProperties: false
description: |
Firmware subnode is needed when the platform does not
......
......@@ -86,6 +86,7 @@ properties:
video-firmware:
type: object
additionalProperties: false
description: |
Firmware subnode is needed when the platform does not
......
......@@ -86,6 +86,7 @@ properties:
video-firmware:
type: object
additionalProperties: false
description: |
Firmware subnode is needed when the platform does not
......
......@@ -104,6 +104,7 @@ properties:
video-firmware:
type: object
additionalProperties: false
description: |
Firmware subnode is needed when the platform does not
......
......@@ -81,6 +81,7 @@ properties:
video-firmware:
type: object
additionalProperties: false
description: |
Firmware subnode is needed when the platform does not
......
......@@ -96,6 +96,7 @@ properties:
video-firmware:
type: object
additionalProperties: false
description: |
Firmware subnode is needed when the platform does not
......
......@@ -92,6 +92,7 @@ properties:
video-firmware:
type: object
additionalProperties: false
description: |
Firmware subnode is needed when the platform does not
......
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