phy: qcom-qusb2: Add compatible for QCM2290
authorShawn Guo <shawn.guo@linaro.org>
Sun, 19 Sep 2021 03:11:10 +0000 (11:11 +0800)
committerVinod Koul <vkoul@kernel.org>
Fri, 1 Oct 2021 09:49:00 +0000 (15:19 +0530)
Add compatible for QCM2290 QUSB2 device which reuses SM6115
configuration.

Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Link: https://lore.kernel.org/r/20210919031110.25064-3-shawn.guo@linaro.org
Signed-off-by: Vinod Koul <vkoul@kernel.org>
drivers/phy/qualcomm/phy-qcom-qusb2.c

index 3c1d3b7..ae063a8 100644 (file)
@@ -914,6 +914,9 @@ static const struct of_device_id qusb2_phy_of_match_table[] = {
                .compatible     = "qcom,msm8998-qusb2-phy",
                .data           = &msm8998_phy_cfg,
        }, {
+               .compatible     = "qcom,qcm2290-qusb2-phy",
+               .data           = &sm6115_phy_cfg,
+       }, {
                .compatible     = "qcom,sdm660-qusb2-phy",
                .data           = &sdm660_phy_cfg,
        }, {