Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 281740
b: refs/heads/master
c: c116abc
h: refs/heads/master
v: v3
  • Loading branch information
Janusz Krzysztofik authored and Tony Lindgren committed Dec 9, 2011
1 parent 360a9b7 commit d85437d
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 11 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: f9e5908fa04e15a681dc4695b53c2c0c1d9b9a03
refs/heads/master: c116abc43df9ce3ebe5fbf2fbd6ae2edd6a9bd87
4 changes: 0 additions & 4 deletions trunk/arch/arm/mach-omap1/clock.c
Original file line number Diff line number Diff line change
Expand Up @@ -203,10 +203,6 @@ int omap1_select_table_rate(struct clk *clk, unsigned long rate)
if (ptr->xtal != ref_rate)
continue;

/* DPLL1 cannot be reprogrammed without risking system crash */
if (likely(dpll1_rate != 0) && ptr->pll_rate != dpll1_rate)
continue;

/* Can check only after xtal frequency check */
if (ptr->rate <= rate)
break;
Expand Down
6 changes: 0 additions & 6 deletions trunk/arch/arm/mach-omap1/clock_data.c
Original file line number Diff line number Diff line change
Expand Up @@ -936,12 +936,6 @@ void __init omap1_clk_late_init(void)
{
unsigned long rate = ck_dpll1.rate;

if (rate >= OMAP1_DPLL1_SANE_VALUE)
return;

/* System booting at unusable rate, force reprogramming of DPLL1 */
ck_dpll1_p->rate = 0;

/* Find the highest supported frequency and enable it */
if (omap1_select_table_rate(&virtual_ck_mpu, ~0)) {
pr_err("System frequencies not set, using default. Check your config.\n");
Expand Down

0 comments on commit d85437d

Please sign in to comment.