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

Commit ecba7ca8 authored by Kyle Yan's avatar Kyle Yan Committed by Gerrit - the friendly Code Review server
Browse files

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

parents cc31497d 1e76e752
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2035,7 +2035,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 {