Commit 096c19c3 authored by Sascha Hauer's avatar Sascha Hauer

ARM i.MX5: prepare gpc_dvfs_clk

Signed-off-by: default avatarSascha Hauer <s.hauer@pengutronix.de>
parent 4ec8c7f5
......@@ -32,6 +32,7 @@ static void imx5_idle(void)
gpc_dvfs_clk = clk_get(NULL, "gpc_dvfs");
if (IS_ERR(gpc_dvfs_clk))
return;
clk_prepare(gpc_dvfs_clk);
}
clk_enable(gpc_dvfs_clk);
mx5_cpu_lp_set(WAIT_UNCLOCKED_POWER_OFF);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment