Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 308236
b: refs/heads/master
c: 096c19c
h: refs/heads/master
v: v3
  • Loading branch information
Sascha Hauer committed Apr 25, 2012
1 parent 0de7738 commit 38c1989
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 4ec8c7f52654cdbb13770d04dc76f9a4615cd4e1
refs/heads/master: 096c19c37b43ee8ce04d4f27022f899ef4133fbb
1 change: 1 addition & 0 deletions trunk/arch/arm/mach-imx/mm-imx5.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 38c1989

Please sign in to comment.