Commit 94f1f366 authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski Committed by Rob Herring

dt-bindings: misc: qcom,fastrpc: restrict channel names

The Qualcomm FastRPC is expected to in GLINK or SMD edge node and its
channel name is always the same.
Signed-off-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20220909125403.803158-4-krzysztof.kozlowski@linaro.orgSigned-off-by: default avatarRob Herring <robh@kernel.org>
parent 6eada2ef
......@@ -32,7 +32,8 @@ properties:
A list of channels tied to this function, used for matching
the function to a set of virtual channels.
$ref: "/schemas/types.yaml#/definitions/string-array"
maxItems: 1
items:
- const: fastrpcglink-apps-dsp
qcom,non-secure-domain:
description:
......@@ -43,7 +44,8 @@ properties:
description:
Channel name used for the RPM communication
$ref: "/schemas/types.yaml#/definitions/string-array"
maxItems: 1
items:
- const: fastrpcsmd-apps-dsp
qcom,vmids:
description:
......
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