Commit 8564551e authored by Jonathan Marek's avatar Jonathan Marek Committed by Vinod Koul

soundwire: qcom: add v1.5.1 compatible

Add a compatible string for HW version v1.5.1 on sm8250 SoCs.
Signed-off-by: default avatarJonathan Marek <jonathan@marek.ca>
Tested-by: default avatarSrinivas Kandagatla <srinivas.kandagatla@linaro.org>
Reviewed-by: default avatarSrinivas Kandagatla <srinivas.kandagatla@linaro.org>
Link: https://lore.kernel.org/r/20200905173905.16541-5-jonathan@marek.caSigned-off-by: default avatarVinod Koul <vkoul@kernel.org>
parent 82f5c70c
...@@ -11,6 +11,7 @@ board specific bus parameters. ...@@ -11,6 +11,7 @@ board specific bus parameters.
Example: Example:
"qcom,soundwire-v1.3.0" "qcom,soundwire-v1.3.0"
"qcom,soundwire-v1.5.0" "qcom,soundwire-v1.5.0"
"qcom,soundwire-v1.5.1"
"qcom,soundwire-v1.6.0" "qcom,soundwire-v1.6.0"
- reg: - reg:
Usage: required Usage: required
......
...@@ -880,6 +880,7 @@ static int qcom_swrm_remove(struct platform_device *pdev) ...@@ -880,6 +880,7 @@ static int qcom_swrm_remove(struct platform_device *pdev)
static const struct of_device_id qcom_swrm_of_match[] = { static const struct of_device_id qcom_swrm_of_match[] = {
{ .compatible = "qcom,soundwire-v1.3.0", }, { .compatible = "qcom,soundwire-v1.3.0", },
{ .compatible = "qcom,soundwire-v1.5.1", },
{/* sentinel */}, {/* sentinel */},
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment