]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
dt-bindings: remoteproc: Add missing (unevaluated|additional)Properties on child...
authorRob Herring <robh@kernel.org>
Tue, 23 Aug 2022 14:56:41 +0000 (09:56 -0500)
committerRob Herring <robh@kernel.org>
Mon, 12 Sep 2022 20:28:08 +0000 (15:28 -0500)
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: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20220823145649.3118479-10-robh@kernel.org
Documentation/devicetree/bindings/remoteproc/qcom,sc7180-mss-pil.yaml
Documentation/devicetree/bindings/remoteproc/qcom,sc7280-mss-pil.yaml
Documentation/devicetree/bindings/remoteproc/qcom,sc7280-wpss-pil.yaml

index e76c861165dd004af1c2aeb132e1fb3ca9ab4550..e4a7da8020f4714f1c1c227a5758de591a007944 100644 (file)
@@ -140,6 +140,7 @@ properties:
 
   glink-edge:
     $ref: qcom,glink-edge.yaml#
+    unevaluatedProperties: false
     description:
       Qualcomm G-Link subnode which represents communication edge, channels
       and devices related to the DSP.
index da1a5de3d38b4bab399bf41004e5b8ce9658da55..b4de0521a89dea9069d1e55b6cae9ff0c97bd9da 100644 (file)
@@ -154,6 +154,7 @@ properties:
 
   glink-edge:
     $ref: qcom,glink-edge.yaml#
+    unevaluatedProperties: false
     description:
       Qualcomm G-Link subnode which represents communication edge, channels
       and devices related to the DSP.
index 3f06d66cbe47680c785f2f60cca9b38e7b9e6c84..b6bd3343858450db5da8aa9ba51f6f01c97fd411 100644 (file)
@@ -107,6 +107,7 @@ properties:
 
   glink-edge:
     $ref: qcom,glink-edge.yaml#
+    unevaluatedProperties: false
     description:
       Qualcomm G-Link subnode which represents communication edge, channels
       and devices related to the ADSP.