projects
/
platform
/
adaptation
/
renesas_rcar
/
renesas_kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4ec8c7f
)
ARM i.MX5: prepare gpc_dvfs_clk
author
Sascha Hauer
<s.hauer@pengutronix.de>
Thu, 5 Apr 2012 13:05:09 +0000
(15:05 +0200)
committer
Sascha Hauer
<s.hauer@pengutronix.de>
Wed, 25 Apr 2012 15:03:44 +0000
(17:03 +0200)
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
arch/arm/mach-imx/mm-imx5.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-imx/mm-imx5.c
b/arch/arm/mach-imx/mm-imx5.c
index
e10f391
..
68341cf
100644
(file)
--- a/
arch/arm/mach-imx/mm-imx5.c
+++ b/
arch/arm/mach-imx/mm-imx5.c
@@
-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);