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

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

Merge "clk: msm: mdss: Increase polling timer before SW calibration"

parents 660a1c7c 4933ab50
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2034,7 +2034,7 @@ static int hdmi_8996_v2_perform_sw_calibration(struct clk *c)
		(io->pll_base + QSERDES_COM_C_READY_STATUS),
		ready_poll, ((ready_poll & BIT(0)) == 1),
		HDMI_PLL_POLL_MAX_READS,
		HDMI_PLL_POLL_TIMEOUT_US)) {
		HDMI_PLL_POLL_TIMEOUT_US << 1)) {
		DEV_DBG("%s: C READY\n", __func__);
		ready_poll = 1;
	} else {