summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/video/stm.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/video/stm.c b/drivers/video/stm.c
index 2603129186..fdeaf9c645 100644
--- a/drivers/video/stm.c
+++ b/drivers/video/stm.c
@@ -496,6 +496,7 @@ static int stmfb_probe(struct device_d *hw_dev)
fbi.clk = clk_get(hw_dev, NULL);
if (IS_ERR(fbi.clk))
return PTR_ERR(fbi.clk);
+ clk_enable(fbi.clk);
/* add runtime video info */
fbi.info.mode_list = pdata->mode_list;