Skip to content

Commit 2eb2920

Browse files
lumagvinodkoul
authored andcommitted
phy: qcom-qmp-ufs: remove spurious register write in the msm8996 table
The msm8996_ufs_serdes_tbl table contains write to QPHY_POWER_DOWN_CONTROL, however this register doesn't belong to the QSERDES register space. Also the PHY power down is already handled in the qcom_qmp_phy_ufs_com_init(). Drop this entry completely. Signed-off-by: Dmitry Baryshkov <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Vinod Koul <[email protected]>
1 parent 488987b commit 2eb2920

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/phy/qualcomm/phy-qcom-qmp-ufs.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,6 @@ static const unsigned int sm8150_ufsphy_regs_layout[QPHY_LAYOUT_SIZE] = {
163163
};
164164

165165
static const struct qmp_phy_init_tbl msm8996_ufs_serdes_tbl[] = {
166-
QMP_PHY_INIT_CFG(QPHY_POWER_DOWN_CONTROL, 0x01),
167166
QMP_PHY_INIT_CFG(QSERDES_COM_CMN_CONFIG, 0x0e),
168167
QMP_PHY_INIT_CFG(QSERDES_COM_SYSCLK_EN_SEL, 0xd7),
169168
QMP_PHY_INIT_CFG(QSERDES_COM_CLK_SELECT, 0x30),

0 commit comments

Comments
 (0)