diff options
author | Bjorn Andersson <bjorn.andersson@linaro.org> | 2022-02-25 06:51:05 +0300 |
---|---|---|
committer | Vinod Koul <vkoul@kernel.org> | 2022-03-02 17:36:54 +0300 |
commit | c6455af548991ed22c89528f998fd965c052fb2e (patch) | |
tree | a5fb4828de1e261031b49537c314d39c473d0781 /drivers/phy/qualcomm/phy-qcom-qmp.c | |
parent | f01da68667dce6f9cfd48dc98c3c0704fa0b55cb (diff) | |
download | linux-c6455af548991ed22c89528f998fd965c052fb2e.tar.xz |
phy: qcom-qmp: add sc8280xp UFS PHY
Reuse the SM8350 UFS PHY initialization sequence to add support for the
same found in the Qualcomm SC8280XP platform.
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Link: https://lore.kernel.org/r/20220225035105.2294599-2-bjorn.andersson@linaro.org
Signed-off-by: Vinod Koul <vkoul@kernel.org>
Diffstat (limited to 'drivers/phy/qualcomm/phy-qcom-qmp.c')
-rw-r--r-- | drivers/phy/qualcomm/phy-qcom-qmp.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/phy/qualcomm/phy-qcom-qmp.c b/drivers/phy/qualcomm/phy-qcom-qmp.c index 8ea87c69f463..b144ae1f729a 100644 --- a/drivers/phy/qualcomm/phy-qcom-qmp.c +++ b/drivers/phy/qualcomm/phy-qcom-qmp.c @@ -5978,6 +5978,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, }, { |