Commit 7470d2bf authored by Rob Herring's avatar Rob Herring

dt-bindings: remoteproc: 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-10-robh@kernel.org
parent 90afe3a1
...@@ -140,6 +140,7 @@ properties: ...@@ -140,6 +140,7 @@ properties:
glink-edge: glink-edge:
$ref: qcom,glink-edge.yaml# $ref: qcom,glink-edge.yaml#
unevaluatedProperties: false
description: description:
Qualcomm G-Link subnode which represents communication edge, channels Qualcomm G-Link subnode which represents communication edge, channels
and devices related to the DSP. and devices related to the DSP.
......
...@@ -154,6 +154,7 @@ properties: ...@@ -154,6 +154,7 @@ properties:
glink-edge: glink-edge:
$ref: qcom,glink-edge.yaml# $ref: qcom,glink-edge.yaml#
unevaluatedProperties: false
description: description:
Qualcomm G-Link subnode which represents communication edge, channels Qualcomm G-Link subnode which represents communication edge, channels
and devices related to the DSP. and devices related to the DSP.
......
...@@ -107,6 +107,7 @@ properties: ...@@ -107,6 +107,7 @@ properties:
glink-edge: glink-edge:
$ref: qcom,glink-edge.yaml# $ref: qcom,glink-edge.yaml#
unevaluatedProperties: false
description: description:
Qualcomm G-Link subnode which represents communication edge, channels Qualcomm G-Link subnode which represents communication edge, channels
and devices related to the ADSP. and devices related to the ADSP.
......
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