Commit 0dd3618e authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski Committed by Mark Brown

ASoC: dt-bindings: qcom,apr: Add GLINK channel name for SM8450

On SM8450 and SC8280XP with Qualcomm GPR, the GLINK channel name
(qcom,glink-channels) for ADSP is "adsp_apps".
Signed-off-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Reviewed-by: default avatarRob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20221115120235.167812-2-krzysztof.kozlowski@linaro.orgSigned-off-by: default avatarMark Brown <broonie@kernel.org>
parent cd895842
...@@ -58,8 +58,7 @@ properties: ...@@ -58,8 +58,7 @@ properties:
qcom,glink-channels: qcom,glink-channels:
$ref: /schemas/types.yaml#/definitions/string-array $ref: /schemas/types.yaml#/definitions/string-array
description: Channel name used for the communication description: Channel name used for the communication
items: maxItems: 1
- const: apr_audio_svc
qcom,intents: qcom,intents:
$ref: /schemas/types.yaml#/definitions/uint32-array $ref: /schemas/types.yaml#/definitions/uint32-array
...@@ -203,7 +202,15 @@ allOf: ...@@ -203,7 +202,15 @@ allOf:
- qcom,gpr - qcom,gpr
then: then:
properties: properties:
qcom,glink-channels:
items:
- const: adsp_apps
power-domains: false power-domains: false
else:
properties:
qcom,glink-channels:
items:
- const: apr_audio_svc
- if: - if:
required: required:
......
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