dt-bindings: display: 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: Rob Herring <robh@kernel.org> Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> # msm Reviewed-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Link: https://lore.kernel.org/r/20220823145649.3118479-11-robh@kernel.org
This commit is contained in:
parent
b737da13e7
commit
ba00706200
|
@ -58,6 +58,7 @@ properties:
|
|||
patternProperties:
|
||||
'^pipeline@[01]$':
|
||||
type: object
|
||||
additionalProperties: false
|
||||
description:
|
||||
clocks
|
||||
|
||||
|
|
|
@ -51,6 +51,7 @@ properties:
|
|||
properties:
|
||||
port@0:
|
||||
$ref: /schemas/graph.yaml#/$defs/port-base
|
||||
unevaluatedProperties: false
|
||||
description: |
|
||||
For LVDS encoders, port 0 is the parallel input
|
||||
For LVDS decoders, port 0 is the LVDS input
|
||||
|
|
|
@ -81,6 +81,7 @@ properties:
|
|||
|
||||
zap-shader:
|
||||
type: object
|
||||
additionalProperties: false
|
||||
description: |
|
||||
For a5xx and a6xx devices this node contains a memory-region that
|
||||
points to reserved memory to store the zap shader that can be used to
|
||||
|
|
|
@ -37,6 +37,7 @@ properties:
|
|||
|
||||
i80-if-timings:
|
||||
type: object
|
||||
additionalProperties: false
|
||||
description: timing configuration for lcd i80 interface support
|
||||
properties:
|
||||
cs-setup:
|
||||
|
|
|
@ -40,6 +40,7 @@ properties:
|
|||
|
||||
i80-if-timings:
|
||||
type: object
|
||||
additionalProperties: false
|
||||
description: |
|
||||
Timing configuration for lcd i80 interface support.
|
||||
The parameters are defined as::
|
||||
|
|
Loading…
Reference in New Issue