Commit df870fef authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski Committed by Rob Herring

dt-bindings: remoteproc: qcom,glink-edge: require channels in children

GLINK edge contains subnodes representing devices related to the remote
processor.  Each of such device (e.g. APR or FastRPC) must have
a "qcom,glink-channels" property.  However the APR or FastRPC device can
be also part of other communication - SMD - thus their schema does not
require "qcom,glink-channels".

To make the GLINK edge bindings strict, require "qcom,glink-channels"
for its children.
Signed-off-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20220909125403.803158-6-krzysztof.kozlowski@linaro.orgSigned-off-by: default avatarRob Herring <robh@kernel.org>
parent af828403
...@@ -19,11 +19,15 @@ properties: ...@@ -19,11 +19,15 @@ properties:
apr: apr:
$ref: /schemas/soc/qcom/qcom,apr.yaml# $ref: /schemas/soc/qcom/qcom,apr.yaml#
required:
- qcom,glink-channels
description: description:
Qualcomm APR/GPR (Asynchronous/Generic Packet Router) Qualcomm APR/GPR (Asynchronous/Generic Packet Router)
fastrpc: fastrpc:
$ref: /schemas/misc/qcom,fastrpc.yaml# $ref: /schemas/misc/qcom,fastrpc.yaml#
required:
- qcom,glink-channels
description: description:
Qualcomm FastRPC Qualcomm FastRPC
......
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