]> Git Repo - J-linux.git/commitdiff
phy: qcom-qmp: add sc8280xp UFS PHY
authorBjorn Andersson <[email protected]>
Fri, 25 Feb 2022 03:51:05 +0000 (19:51 -0800)
committerVinod Koul <[email protected]>
Wed, 2 Mar 2022 14:36:54 +0000 (20:06 +0530)
Reuse the SM8350 UFS PHY initialization sequence to add support for the
same found in the Qualcomm SC8280XP platform.

Signed-off-by: Bjorn Andersson <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Vinod Koul <[email protected]>
drivers/phy/qualcomm/phy-qcom-qmp.c

index 8ea87c69f463d8a912ccd6b3817219f3143f2184..b144ae1f729abff071fedecb1bbe6345f4e3c868 100644 (file)
@@ -5977,6 +5977,9 @@ static const struct of_device_id qcom_qmp_phy_of_match_table[] = {
        }, {
                .compatible = "qcom,sc8180x-qmp-ufs-phy",
                .data = &sm8150_ufsphy_cfg,
+       }, {
+               .compatible = "qcom,sc8280xp-qmp-ufs-phy",
+               .data = &sm8350_ufsphy_cfg,
        }, {
                .compatible = "qcom,sc8180x-qmp-usb3-phy",
                .data = &sm8150_usb3phy_cfg,
This page took 0.067546 seconds and 4 git commands to generate.