soundwire: qcom: add v1.5.1 compatible
authorJonathan Marek <jonathan@marek.ca>
Sat, 5 Sep 2020 17:39:05 +0000 (13:39 -0400)
committerVinod Koul <vkoul@kernel.org>
Mon, 7 Sep 2020 14:17:13 +0000 (19:47 +0530)
Add a compatible string for HW version v1.5.1 on sm8250 SoCs.

Signed-off-by: Jonathan Marek <jonathan@marek.ca>
Tested-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
Reviewed-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
Link: https://lore.kernel.org/r/20200905173905.16541-5-jonathan@marek.ca
Signed-off-by: Vinod Koul <vkoul@kernel.org>
Documentation/devicetree/bindings/soundwire/qcom,sdw.txt
drivers/soundwire/qcom.c

index 436547f..b104be1 100644 (file)
@@ -11,6 +11,7 @@ board specific bus parameters.
                    Example:
                        "qcom,soundwire-v1.3.0"
                        "qcom,soundwire-v1.5.0"
+                       "qcom,soundwire-v1.5.1"
                        "qcom,soundwire-v1.6.0"
 - reg:
        Usage: required
index 4e66239..77bc58b 100644 (file)
@@ -880,6 +880,7 @@ static int qcom_swrm_remove(struct platform_device *pdev)
 
 static const struct of_device_id qcom_swrm_of_match[] = {
        { .compatible = "qcom,soundwire-v1.3.0", },
+       { .compatible = "qcom,soundwire-v1.5.1", },
        {/* sentinel */},
 };