diff options
author | Vinod Koul <vkoul@kernel.org> | 2019-12-23 20:00:45 +0530 |
---|---|---|
committer | Kishon Vijay Abraham I <kishon@ti.com> | 2020-01-08 12:58:06 +0530 |
commit | 7d59e8e8fdd0d690c7b6956d591125321a508c5f (patch) | |
tree | 552ab4976ca0e00cfa529a962cdb27e7282e3a94 | |
parent | 01240af0138b9fa76a17e12b31a33fbce30c5786 (diff) | |
download | talos-op-linux-7d59e8e8fdd0d690c7b6956d591125321a508c5f.tar.gz talos-op-linux-7d59e8e8fdd0d690c7b6956d591125321a508c5f.zip |
phy: qcom-qmp: remove no_pcs_sw_reset for sm8150
SM8150 QMPY phy for UFS and onwards the PHY_SW_RESET is present in PHY's
PCS register so we should not mark no_pcs_sw_reset for sm8150 and
onwards
Signed-off-by: Vinod Koul <vkoul@kernel.org>
Reviewed-by: Manu Gautam <mgautam@codeaurora.org>
Reviewed-by: Can Guo <cang@codeaurora.org>
Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
-rw-r--r-- | drivers/phy/qualcomm/phy-qcom-qmp.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/phy/qualcomm/phy-qcom-qmp.c b/drivers/phy/qualcomm/phy-qcom-qmp.c index aece1a9fb9aa..dee5616253f5 100644 --- a/drivers/phy/qualcomm/phy-qcom-qmp.c +++ b/drivers/phy/qualcomm/phy-qcom-qmp.c @@ -1389,7 +1389,6 @@ static const struct qmp_phy_cfg sm8150_ufsphy_cfg = { .pwrdn_ctrl = SW_PWRDN, .is_dual_lane_phy = true, - .no_pcs_sw_reset = true, }; static void qcom_qmp_phy_configure(void __iomem *base, |