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

Commit 62d286e5 authored by yushixian's avatar yushixian Committed by Daniel Jacob Chittoor
Browse files

[FP4-929] [FP4]:iris resume timing sequence modify

 &&&%%%comment:[FP4]:iris resume timing sequence modify
 &&&%%%bug number:FP4-929
 &&&%%%product name:sm7225_r_fp4
 &&&%%%root cause:coding
 &&&%%%Bug category:T2M
 &&&%%%Module_Impact:display-driver
 &&&%%%Test_Suggestion:no
 &&&%%%Solution:set reset high after clock
 &&&%%%Test_Report:test is ok
 &&&%%%VAL Can Test:NO

Change-Id: I0f23b173dc395387afa367b536660b03ac04ce10
parent 36c1a831
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -384,10 +384,6 @@ static int dsi_panel_reset(struct dsi_panel *panel)
		}
	}

#if defined(CONFIG_PXLW_IRIS)
	iris_reset();
#endif

	if (r_config->count) {
		rc = gpio_direction_output(r_config->reset_gpio,
			r_config->sequence[0].level);
@@ -4207,6 +4203,7 @@ int dsi_panel_prepare(struct dsi_panel *panel)
	usleep_range(1*1000, 1*1000);
	iris_clk_enable(true);
	usleep_range(1*1000, 1*1000);
	iris_reset();
#endif
	rc = dsi_panel_tx_cmd_set(panel, DSI_CMD_SET_PRE_ON);
	if (rc) {