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

Commit 4cd87c6e 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: always request for dsi gpios when cont splash is enabled"

parents 75c97e20 7b1c817a
Loading
Loading
Loading
Loading
+9 −1
Original line number Diff line number Diff line
@@ -112,7 +112,15 @@ static int mdss_dsi_panel_power_on(struct mdss_panel_data *pdata, int enable)
			udelay(2000);
		}

		if (!pdata->panel_info.mipi.lp11_init) {
		/*
		 * If the panel is already on (as part of the cont splash
		 * screen feature), then we need to request all the GPIOs that
		 * have already been configured in the bootloader. This needs
		 * to be done irresepective of whether the lp11_init flag is
		 * set or not.
		 */
		if (pdata->panel_info.panel_power_on ||
			!pdata->panel_info.mipi.lp11_init) {
			if (mdss_dsi_pinctrl_set_state(ctrl_pdata, true))
				pr_debug("reset enable: pinctrl not enabled\n");