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++) {
|
for (i = DSI_CORE_PM; i < DSI_MAX_PM; i++) {
|
||||||
if ((ctrl->ctrl_state & CTRL_STATE_DSI_ACTIVE) &&
|
if ((ctrl->ctrl_state & CTRL_STATE_DSI_ACTIVE) &&
|
||||||
(!pdata->panel_info.cont_splash_enabled) &&
|
(!pdata->panel_info.cont_splash_enabled) &&
|
||||||
(!sdata->power_data[i].vreg_config->disabled))
|
(!sdata->power_data[i].vreg_config
|
||||||
|
->lp_disable_allowed))
|
||||||
continue;
|
continue;
|
||||||
rc = msm_dss_enable_vreg(
|
rc = msm_dss_enable_vreg(
|
||||||
sdata->power_data[i].vreg_config,
|
sdata->power_data[i].vreg_config,
|
||||||
|
|
Loading…
Add table
Reference in a new issue