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

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

Merge "msm: mdss: reset DSI LANE control register during initialization"

parents 011fe635 c4bd5c44
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -403,6 +403,10 @@ void mdss_dsi_host_init(struct mdss_panel_data *pdata)
	MIPI_OUTP((ctrl_pdata->ctrl_base) + 0x11c,
					0x23f); /* DSI_CLK_CTRL */

	/* Reset DSI_LANE_CTRL */
	if (!ctrl_pdata->mmss_clamp)
		MIPI_OUTP((ctrl_pdata->ctrl_base) + 0x00ac, 0x0);

	dsi_ctrl |= BIT(0);	/* enable dsi */
	MIPI_OUTP((ctrl_pdata->ctrl_base) + 0x0004, dsi_ctrl);