diff options
author | Srinivas Kandagatla <srinivas.kandagatla@linaro.org> | 2020-10-29 13:15:50 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2020-10-29 18:56:37 +0300 |
commit | bbc4e1bb5fd6577ed668e7c2ba0705dff1783bce (patch) | |
tree | 6dc24eb2210e6532e4f072639e12ddcc46d47660 /sound/soc/qcom | |
parent | a889583a19206636082c44625141b26392e46a62 (diff) | |
download | linux-bbc4e1bb5fd6577ed668e7c2ba0705dff1783bce.tar.xz |
ASoC: qcom: sm8250: update compatible with new bindings
Update compatible string as board compatible and device compatible
should not be same!. Make the driver inline with the new bindings.
Fixes: aa2e2785545a ("ASoC: qcom: sm8250: add sound card qrb5165-rb5 support")
Reported-by: Rob Herring <robh@kernel.org>
Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
Link: https://lore.kernel.org/r/20201029101550.31695-2-srinivas.kandagatla@linaro.org
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/qcom')
-rw-r--r-- | sound/soc/qcom/sm8250.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/soc/qcom/sm8250.c b/sound/soc/qcom/sm8250.c index 52c40512102f..315ed6ccb7c4 100644 --- a/sound/soc/qcom/sm8250.c +++ b/sound/soc/qcom/sm8250.c @@ -207,8 +207,8 @@ static int sm8250_platform_probe(struct platform_device *pdev) } static const struct of_device_id snd_sm8250_dt_match[] = { - {.compatible = "qcom,sdm8250"}, - {.compatible = "qcom,qrb5165-rb5"}, + {.compatible = "qcom,sm8250-sndcard"}, + {.compatible = "qcom,qrb5165-rb5-sndcard"}, {} }; |