Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 64575
b: refs/heads/master
c: 1abc70f
h: refs/heads/master
i:
  64573: ad4063d
  64571: 4784792
  64567: 607b953
  64559: fc23274
  64543: 07be55a
  64511: c3008c1
v: v3
  • Loading branch information
Juha Yrjola authored and Tony Lindgren committed Aug 22, 2007
1 parent e8d4d9f commit e74a23d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 12 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 666cd174c451c172dd115b9d94f150efe627b609
refs/heads/master: 1abc70fcd81b920dd7a1091ba8863dfe5463b130
13 changes: 2 additions & 11 deletions trunk/arch/arm/mach-omap2/clock.c
Original file line number Diff line number Diff line change
Expand Up @@ -1160,8 +1160,8 @@ int __init omap2_clk_init(void)
clk_enable(&sync_32k_ick);
clk_enable(&omapctrl_ick);

/* Force the APLLs active during bootup to avoid disabling and
* enabling them unnecessarily. */
/* Force the APLLs always active. The clocks are idled
* automatically by hardware. */
clk_enable(&apll96_ck);
clk_enable(&apll54_ck);

Expand All @@ -1174,12 +1174,3 @@ int __init omap2_clk_init(void)

return 0;
}

static int __init omap2_disable_aplls(void)
{
clk_disable(&apll96_ck);
clk_disable(&apll54_ck);

return 0;
}
late_initcall(omap2_disable_aplls);

0 comments on commit e74a23d

Please sign in to comment.