Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 739981d6 authored by Tony Truong's avatar Tony Truong
Browse files

msm: pcie: increase the wakeup delay time for aux clock



Increase the wakeup delay time for PCIe aux clock on MSM8996
to improve PCIe stability when waking up.

Change-Id: I2909e80a2c79b4f17ca39c39d899de08b67d4120
Signed-off-by: default avatarTony Truong <truong@codeaurora.org>
parent cdecac51
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1191,7 +1191,7 @@ static void pcie_pcs_port_phy_init(struct msm_pcie_dev_t *dev)
		0x00);
	msm_pcie_write_reg(dev->phy,
		PCIE_N_LP_WAKEUP_DLY_TIME_AUXCLK(dev->rc_idx, common_phy),
		0x00);
		0x01);
	msm_pcie_write_reg(dev->phy,
		PCIE_N_PLL_LOCK_CHK_DLY_TIME(dev->rc_idx, common_phy),
		0x05);