phy: qcom-qmp: Add SM8450 USB QMP PHYs
authorVinod Koul <vkoul@kernel.org>
Mon, 13 Dec 2021 13:14:50 +0000 (18:44 +0530)
committerVinod Koul <vkoul@kernel.org>
Thu, 16 Dec 2021 06:36:01 +0000 (12:06 +0530)
Add support for the USB DP & UNI PHYs found on SM8450. This is same as
the phy version used on SM8350 and sequences turned out to be same, so
use the same table from SM8350 for this as well.

Signed-off-by: Vinod Koul <vkoul@kernel.org>
Reviewed-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Link: https://lore.kernel.org/r/20211213131450.535775-3-vkoul@kernel.org
Signed-off-by: Vinod Koul <vkoul@kernel.org>
drivers/phy/qualcomm/phy-qcom-qmp.c

index a959c97a699f0ca1022182f8a6f7f6a5b635270f..13a249ec8ab65e9e41af22c43d107036fea114e7 100644 (file)
@@ -5777,6 +5777,9 @@ static const struct of_device_id qcom_qmp_phy_of_match_table[] = {
        }, {
                .compatible = "qcom,sm8450-qmp-ufs-phy",
                .data = &sm8450_ufsphy_cfg,
+       }, {
+               .compatible = "qcom,sm8450-qmp-usb3-phy",
+               .data = &sm8350_usb3phy_cfg,
        }, {
                .compatible = "qcom,qcm2290-qmp-usb3-phy",
                .data = &qcm2290_usb3phy_cfg,