Message ID | 20240524035350.3118981-2-quic_mohs@quicinc.com |
---|---|
State | Not Applicable |
Headers | show |
Series | Add support for QCM6490 and QCS6490 | expand |
Context | Check | Description |
---|---|---|
robh/checkpatch | success | |
robh/patch-applied | success | |
robh/dtbs-check | warning | build log |
robh/dt-meta-schema | success |
On 24/05/2024 05:53, Mohammad Rafi Shaik wrote: > Document the bindings for the Qualcomm QCM6490 IDP and QCS6490 RB3Gen2 > soc platforms sound card. > > The bindings are the same as for other newer Qualcomm ADSP sound cards, > thus keep them in existing qcom,sm8250.yaml file, even though Linux driver > is separate. > Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Best regards, Krzysztof
On Fri, May 24, 2024 at 09:23:49AM +0530, Mohammad Rafi Shaik wrote: > Document the bindings for the Qualcomm QCM6490 IDP and QCS6490 RB3Gen2 > soc platforms sound card. This doesn't apply against current code, please check and resend.
diff --git a/Documentation/devicetree/bindings/sound/qcom,sm8250.yaml b/Documentation/devicetree/bindings/sound/qcom,sm8250.yaml index 2ab6871e89e5..ff1a27f26bc2 100644 --- a/Documentation/devicetree/bindings/sound/qcom,sm8250.yaml +++ b/Documentation/devicetree/bindings/sound/qcom,sm8250.yaml @@ -29,6 +29,8 @@ properties: - enum: - qcom,apq8016-sbc-sndcard - qcom,msm8916-qdsp6-sndcard + - qcom,qcm6490-sndcard + - qcom,qcs6490-rb3gen2-sndcard - qcom,qrb5165-rb5-sndcard - qcom,sc7180-qdsp6-sndcard - qcom,sc8280xp-sndcard
Document the bindings for the Qualcomm QCM6490 IDP and QCS6490 RB3Gen2 soc platforms sound card. The bindings are the same as for other newer Qualcomm ADSP sound cards, thus keep them in existing qcom,sm8250.yaml file, even though Linux driver is separate. Signed-off-by: Mohammad Rafi Shaik <quic_mohs@quicinc.com> --- Documentation/devicetree/bindings/sound/qcom,sm8250.yaml | 2 ++ 1 file changed, 2 insertions(+)