Skip to content

Commit d6de188

Browse files
Srinivasa Rao Mandadapuvinodkoul
authored andcommitted
soundwire: qcom: Add compatible name for v1.6.0
Update compatible string and master data information in soundwire driver to support v1.6.0 in lpass sc7280 based platform. Signed-off-by: Srinivasa Rao Mandadapu <quic_srivasam@quicinc.com> Co-developed-by: Venkata Prasad Potturu <quic_potturu@quicinc.com> Signed-off-by: Venkata Prasad Potturu <quic_potturu@quicinc.com> Reviewed-by: Stephen Boyd <swboyd@chromium.org> Link: https://lore.kernel.org/r/1646316128-21082-2-git-send-email-quic_srivasam@quicinc.com Signed-off-by: Vinod Koul <vkoul@kernel.org>
1 parent a7ad7ce commit d6de188

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/soundwire/qcom.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1549,6 +1549,7 @@ static const struct dev_pm_ops swrm_dev_pm_ops = {
15491549
static const struct of_device_id qcom_swrm_of_match[] = {
15501550
{ .compatible = "qcom,soundwire-v1.3.0", .data = &swrm_v1_3_data },
15511551
{ .compatible = "qcom,soundwire-v1.5.1", .data = &swrm_v1_5_data },
1552+
{ .compatible = "qcom,soundwire-v1.6.0", .data = &swrm_v1_5_data },
15521553
{/* sentinel */},
15531554
};
15541555

0 commit comments

Comments
 (0)