Re: [PATCH v6 1/3] soundwire: qcom: Add compatible name for v1.6.0

From: Srinivasa Rao Mandadapu
Date: Wed Mar 02 2022 - 20:52:16 EST



On 3/2/2022 9:13 PM, Vinod Koul wrote:
Thanks for Your time Vinod!!!
On 02-03-22, 18:13, Srinivasa Rao Mandadapu wrote:
Update compatible string and master data information in soundwire driver
to support v1.6.0 in lpass sc7280 based platform.
Where is the documentation of this new compatible
The compatible name already exists in Documentation/devicetree/bindings/soundwire/qcom,sdw.txt
Signed-off-by: Srinivasa Rao Mandadapu <quic_srivasam@xxxxxxxxxxx>
Co-developed-by: Venkata Prasad Potturu <quic_potturu@xxxxxxxxxxx>
Signed-off-by: Venkata Prasad Potturu <quic_potturu@xxxxxxxxxxx>
---
drivers/soundwire/qcom.c | 1 +
1 file changed, 1 insertion(+)

diff --git a/drivers/soundwire/qcom.c b/drivers/soundwire/qcom.c
index 5481341..fc41210 100644
--- a/drivers/soundwire/qcom.c
+++ b/drivers/soundwire/qcom.c
@@ -1348,6 +1348,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", .data = &swrm_v1_3_data },
{ .compatible = "qcom,soundwire-v1.5.1", .data = &swrm_v1_5_data },
+ { .compatible = "qcom,soundwire-v1.6.0", .data = &swrm_v1_5_data },
{/* sentinel */},
};
--
2.7.4