summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJimmy Rubin <jimmy.rubin@stericsson.com>2012-01-17 14:26:54 +0100
committerPhilippe Langlais <philippe.langlais@stericsson.com>2012-05-22 11:04:24 +0200
commit55dc6638a530902e014c8ac107e7710264d06706 (patch)
tree28066fe37ed03cc0be7fe5e83693c10226f806a2
parentf3498255ca5335d0de97ba2333e4cbd0883ed25f (diff)
video: mcde: Always enter ULPM in dsilink_disable
When a channel is disabled the dsilink should enter ulpm ST-Ericsson ID: 403880 ST-Ericsson FOSS-OUT ID: Trivial ST-Ericsson Linux next: NA Change-Id: I543b676f16325d20f355cdb50ee9b64b714a2151 Signed-off-by: Jimmy Rubin <jimmy.rubin@stericsson.com> Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/45695 Reviewed-by: Per PERSSON <per.xb.persson@stericsson.com> Reviewed-by: QATOOLS
-rw-r--r--drivers/video/mcde/mcde_hw.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/drivers/video/mcde/mcde_hw.c b/drivers/video/mcde/mcde_hw.c
index b1fbb88dd26..d6c9dd3304e 100644
--- a/drivers/video/mcde/mcde_hw.c
+++ b/drivers/video/mcde/mcde_hw.c
@@ -665,9 +665,7 @@ enable_dsipll_err:
static void dsi_link_disable(struct mcde_chnl_state *chnl, bool suspend)
{
wait_while_dsi_running(chnl->port.link);
- /* only enter ULPM when device is suspended */
- if (suspend)
- dsi_link_handle_ulpm(&chnl->port, true);
+ dsi_link_handle_ulpm(&chnl->port, true);
if (dsi_use_clk_framework) {
clk_disable(chnl->clk_dsi_lp);
clk_disable(chnl->clk_dsi_hs);