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.

ASoC: dt-bindings: qcom,lpass-va-macro: Update bindings for clocks to support ADSP

Manage clock settings for ADSP solution. On Existing ADSP bypass
solutions, the macro and dcodec GDSCs are enabled using power domains
in lpass-va-macro which is not applicable for ADSP based platform.

Co-developed-by: Prasad Kumpatla <quic_pkumpatl@quicinc.com>
Signed-off-by: Prasad Kumpatla <quic_pkumpatl@quicinc.com>
Signed-off-by: Mohammad Rafi Shaik <mohammad.rafi.shaik@oss.qualcomm.com>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Message-ID: <20250903151337.1037246-2-mohammad.rafi.shaik@oss.qualcomm.com>
Signed-off-by: Mark Brown <broonie@kernel.org>

authored by

Mohammad Rafi Shaik and committed by
Mark Brown
7748328c 09be5b1c

+18 -5
+18 -5
Documentation/devicetree/bindings/sound/qcom,lpass-va-macro.yaml
··· 80 80 compatible: 81 81 contains: 82 82 const: qcom,sc7280-lpass-va-macro 83 + 83 84 then: 84 - properties: 85 - clocks: 86 - maxItems: 1 87 - clock-names: 88 - maxItems: 1 85 + if: 86 + required: 87 + - power-domains 88 + then: 89 + properties: 90 + clocks: 91 + maxItems: 1 92 + clock-names: 93 + maxItems: 1 94 + else: 95 + properties: 96 + clocks: 97 + minItems: 3 98 + maxItems: 3 99 + clock-names: 100 + minItems: 3 101 + maxItems: 3 89 102 90 103 - if: 91 104 properties: