Commit d0312fdb authored by Vinod Koul's avatar Vinod Koul Committed by Kishon Vijay Abraham I
Browse files

phy: qcom-qmp: Add SW reset register



For V4 QMP UFS Phy, we need to assert reset bits, configure the phy and
then deassert it, so add the QPHY_SW_RESET register which does this.

Signed-off-by: default avatarVinod Koul <vkoul@kernel.org>
Reviewed-by: default avatarManu Gautam <mgautam@codeaurora.org>
Reviewed-by: default avatarCan Guo <cang@codeaurora.org>
Signed-off-by: default avatarKishon Vijay Abraham I <kishon@ti.com>
parent 7d59e8e8
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -168,6 +168,7 @@ static const unsigned int sdm845_ufsphy_regs_layout[] = {
static const unsigned int sm8150_ufsphy_regs_layout[] = {
	[QPHY_START_CTRL]		= QPHY_V4_PHY_START,
	[QPHY_PCS_READY_STATUS]		= QPHY_V4_PCS_READY_STATUS,
	[QPHY_SW_RESET]			= QPHY_V4_SW_RESET,
};

static const struct qmp_phy_init_tbl msm8996_pcie_serdes_tbl[] = {