diff options
author | Rob Herring <[email protected]> | 2023-09-25 16:24:24 -0500 |
---|---|---|
committer | Dmitry Baryshkov <[email protected]> | 2023-10-09 12:17:47 +0300 |
commit | b3eb5bd3ddcc953127d11f3b831b1913d9286431 (patch) | |
tree | 9a70799333ab2885ccb9c8ed07defc421c9aa63f | |
parent | bfcc3d8f94f4cb7b97cd666367ffc729342d30c0 (diff) |
dt-bindings: display: msm: Add missing unevaluatedProperties on child node schemas
Just as unevaluatedProperties or additionalProperties are required at
the top level of schemas, they should (and will) also be required for
child node schemas. That ensures only documented properties are
present for any node.
Signed-off-by: Rob Herring <[email protected]>
Acked-by: Conor Dooley <[email protected]>
Patchwork: https://patchwork.freedesktop.org/patch/559385/
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Dmitry Baryshkov <[email protected]>
-rw-r--r-- | Documentation/devicetree/bindings/display/msm/dp-controller.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/display/msm/dp-controller.yaml b/Documentation/devicetree/bindings/display/msm/dp-controller.yaml index f12558960cd8..dbe398f84ffb 100644 --- a/Documentation/devicetree/bindings/display/msm/dp-controller.yaml +++ b/Documentation/devicetree/bindings/display/msm/dp-controller.yaml @@ -114,6 +114,7 @@ properties: port@1: $ref: /schemas/graph.yaml#/$defs/port-base + unevaluatedProperties: false description: Output endpoint of the controller properties: endpoint: |