ARM i.MX5: prepare gpc_dvfs_clk
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
parent
4ec8c7f526
commit
096c19c37b
1 changed files with 1 additions and 0 deletions
|
@ -32,6 +32,7 @@ static void imx5_idle(void)
|
||||||
gpc_dvfs_clk = clk_get(NULL, "gpc_dvfs");
|
gpc_dvfs_clk = clk_get(NULL, "gpc_dvfs");
|
||||||
if (IS_ERR(gpc_dvfs_clk))
|
if (IS_ERR(gpc_dvfs_clk))
|
||||||
return;
|
return;
|
||||||
|
clk_prepare(gpc_dvfs_clk);
|
||||||
}
|
}
|
||||||
clk_enable(gpc_dvfs_clk);
|
clk_enable(gpc_dvfs_clk);
|
||||||
mx5_cpu_lp_set(WAIT_UNCLOCKED_POWER_OFF);
|
mx5_cpu_lp_set(WAIT_UNCLOCKED_POWER_OFF);
|
||||||
|
|
Loading…
Add table
Reference in a new issue