[PATCH v2 1/2] ASoC: dt-bindings: qcom,sm8250: add QRB2210 soundcard

Alexey Klimov posted 2 patches 1 month, 3 weeks ago
[PATCH v2 1/2] ASoC: dt-bindings: qcom,sm8250: add QRB2210 soundcard
Posted by Alexey Klimov 1 month, 3 weeks ago
Add soundcard compatible for QRB2210 (QCM2290) SoCs, where the older
non-audioreach audio architecture is implemented.

Cc: Srinivas Kandagatla <srini@kernel.org>
Signed-off-by: Alexey Klimov <alexey.klimov@linaro.org>
---
 Documentation/devicetree/bindings/sound/qcom,sm8250.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/sound/qcom,sm8250.yaml b/Documentation/devicetree/bindings/sound/qcom,sm8250.yaml
index 868acc077046596120ea7f427e802282ed03c853..15f38622b98b904c4107f4800cd1a4159191fda9 100644
--- a/Documentation/devicetree/bindings/sound/qcom,sm8250.yaml
+++ b/Documentation/devicetree/bindings/sound/qcom,sm8250.yaml
@@ -39,6 +39,7 @@ properties:
           - qcom,qcs8275-sndcard
           - qcom,qcs9075-sndcard
           - qcom,qcs9100-sndcard
+          - qcom,qrb2210-sndcard
           - qcom,qrb4210-rb2-sndcard
           - qcom,qrb5165-rb5-sndcard
           - qcom,sc7180-qdsp6-sndcard

-- 
2.47.3
Re: [PATCH v2 1/2] ASoC: dt-bindings: qcom,sm8250: add QRB2210 soundcard
Posted by Rob Herring (Arm) 1 month, 3 weeks ago
On Wed, 22 Oct 2025 04:58:49 +0100, Alexey Klimov wrote:
> Add soundcard compatible for QRB2210 (QCM2290) SoCs, where the older
> non-audioreach audio architecture is implemented.
> 
> Cc: Srinivas Kandagatla <srini@kernel.org>
> Signed-off-by: Alexey Klimov <alexey.klimov@linaro.org>
> ---
>  Documentation/devicetree/bindings/sound/qcom,sm8250.yaml | 1 +
>  1 file changed, 1 insertion(+)
> 

Acked-by: Rob Herring (Arm) <robh@kernel.org>