Add a compatible for the QCM6490-based Fairphone 5 which can use this
machine driver.

As a note, QCM6490 RB3 board is using audioreach architecture while
Fairphone 5 uses pre-audioreach.

Reviewed-by: Dmitry Baryshkov <dmitry.barysh...@oss.qualcomm.com>
Reviewed-by: Neil Armstrong <neil.armstr...@linaro.org>
Signed-off-by: Luca Weiss <luca.we...@fairphone.com>
---
 sound/soc/qcom/sm8250.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sound/soc/qcom/sm8250.c b/sound/soc/qcom/sm8250.c
index 
2317fe285ee7d41689d7fac453164fbe706744ff..69c514fad0b1babafae4b61bb5ac944c6b4906dd
 100644
--- a/sound/soc/qcom/sm8250.c
+++ b/sound/soc/qcom/sm8250.c
@@ -208,6 +208,7 @@ static int sm8250_platform_probe(struct platform_device 
*pdev)
 }
 
 static const struct of_device_id snd_sm8250_dt_match[] = {
+       { .compatible = "fairphone,fp5-sndcard", .data = "qcm6490" },
        { .compatible = "qcom,qrb4210-rb2-sndcard", .data = "sm4250" },
        { .compatible = "qcom,qrb5165-rb5-sndcard", .data = "sm8250" },
        { .compatible = "qcom,sm8250-sndcard", .data = "sm8250" },

-- 
2.49.0


Reply via email to