Merge "msm: mdss: Call regulator enable/disable for both DSI controllers"
This commit is contained in:
commit
19827f9f2e
1 changed files with 2 additions and 1 deletions
|
@ -2693,7 +2693,8 @@ int mdss_dsi_pre_clkon_cb(void *priv,
|
|||
for (i = DSI_CORE_PM; i < DSI_MAX_PM; i++) {
|
||||
if ((ctrl->ctrl_state & CTRL_STATE_DSI_ACTIVE) &&
|
||||
(!pdata->panel_info.cont_splash_enabled) &&
|
||||
(!sdata->power_data[i].vreg_config->disabled))
|
||||
(!sdata->power_data[i].vreg_config
|
||||
->lp_disable_allowed))
|
||||
continue;
|
||||
rc = msm_dss_enable_vreg(
|
||||
sdata->power_data[i].vreg_config,
|
||||
|
|
Loading…
Add table
Reference in a new issue