diff options
author | Krzysztof Kozlowski <[email protected]> | 2022-09-06 14:13:58 +0200 |
---|---|---|
committer | Rob Herring <[email protected]> | 2022-09-12 15:29:18 -0500 |
commit | b7be1c4eaf329aeb9dad1e5cac5482d0e28c1737 (patch) | |
tree | 194078745cb3016c7306e0fd4bf8aaf8be3150bd | |
parent | 7470d2bf417600be13a4ba7d1c1390bac2abd13a (diff) |
dt-bindings: remoteproc: qcom,adsp: enforce smd-edge schema
The smd-edge child node references respective schema which allows
additional properties, so the ADSP needs to further restrict them.
Signed-off-by: Krzysztof Kozlowski <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Rob Herring <[email protected]>
-rw-r--r-- | Documentation/devicetree/bindings/remoteproc/qcom,adsp.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/remoteproc/qcom,adsp.yaml b/Documentation/devicetree/bindings/remoteproc/qcom,adsp.yaml index 3072af5f9d79..db9e0f0c2bea 100644 --- a/Documentation/devicetree/bindings/remoteproc/qcom,adsp.yaml +++ b/Documentation/devicetree/bindings/remoteproc/qcom,adsp.yaml @@ -152,6 +152,7 @@ properties: description: Qualcomm Shared Memory subnode which represents communication edge, channels and devices related to the ADSP. + unevaluatedProperties: false glink-edge: $ref: /schemas/remoteproc/qcom,glink-edge.yaml# |