summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Green <andy.green@linaro.org>2011-12-02 14:41:40 +0800
committerAndy Green <andy.green@linaro.org>2011-12-02 14:41:40 +0800
commit1765b2486a96925f005bb22230d90ada1c4cd0cb (patch)
tree81f6ae6ecadce9a53e1944d4cadd9835f0f8f90f
parenta88b509fd5b8bc2e0ca38fb176ee7e3aa900415d (diff)
re enable dss ownership of hdmi clock for nowtilt-android-tracking-1765b2486a96925f005bb22230d90ada1c4cd0cb
Signed-off-by: Andy Green <andy.green@linaro.org>
-rw-r--r--drivers/video/omap2/dss/hdmi.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/video/omap2/dss/hdmi.c b/drivers/video/omap2/dss/hdmi.c
index 85048dacfc1..a00a57d2428 100644
--- a/drivers/video/omap2/dss/hdmi.c
+++ b/drivers/video/omap2/dss/hdmi.c
@@ -825,7 +825,7 @@ static int omapdss_hdmihw_remove(struct platform_device *pdev)
static int hdmi_runtime_suspend(struct device *dev)
{
-// clk_disable(hdmi.sys_clk);
+ clk_disable(hdmi.sys_clk);
dispc_runtime_put();
dss_runtime_put();
@@ -846,7 +846,7 @@ static int hdmi_runtime_resume(struct device *dev)
goto err_get_dispc;
-// clk_enable(hdmi.sys_clk);
+ clk_enable(hdmi.sys_clk);
return 0;