Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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: 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

+3
+1
Documentation/devicetree/bindings/remoteproc/qcom,sc7180-mss-pil.yaml
··· 140 140 141 141 glink-edge: 142 142 $ref: qcom,glink-edge.yaml# 143 + unevaluatedProperties: false 143 144 description: 144 145 Qualcomm G-Link subnode which represents communication edge, channels 145 146 and devices related to the DSP.
+1
Documentation/devicetree/bindings/remoteproc/qcom,sc7280-mss-pil.yaml
··· 154 154 155 155 glink-edge: 156 156 $ref: qcom,glink-edge.yaml# 157 + unevaluatedProperties: false 157 158 description: 158 159 Qualcomm G-Link subnode which represents communication edge, channels 159 160 and devices related to the DSP.
+1
Documentation/devicetree/bindings/remoteproc/qcom,sc7280-wpss-pil.yaml
··· 107 107 108 108 glink-edge: 109 109 $ref: qcom,glink-edge.yaml# 110 + unevaluatedProperties: false 110 111 description: 111 112 Qualcomm G-Link subnode which represents communication edge, channels 112 113 and devices related to the ADSP.