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

Commit 3b5de514 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: pcie: reduce RxEq training time for Gen3 core"

parents 3d67f684 45dc5d8d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -3700,8 +3700,8 @@ static void msm_pcie_setup_gen3(struct msm_pcie_dev_t *dev)
		PCIE_GEN3_L0_BIST_ERR_CNT2_STATUS,
		(0x05 << 14) | (0x05 << 10) | (0x0d <<  5));

	msm_pcie_write_mask(dev->dm_core +
		PCIE_GEN3_L0_BIST_ERR_CNT1_STATUS, BIT(4), 0);
	msm_pcie_write_reg(dev->dm_core,
		PCIE_GEN3_L0_BIST_ERR_CNT1_STATUS, 0x20);

	msm_pcie_write_mask(dev->dm_core +
		PCIE_GEN3_L0_RESET_GEN, BIT(0), 0);