update arch/arm/mach-rk2818/clock.c

This commit is contained in:
林辉辉
2010-06-04 02:16:13 +00:00
committed by 黄涛
parent 6ac71ab3a8
commit d96d8b0692

View File

@@ -1376,7 +1376,7 @@ static int arm_clk_set_rate(struct clk *clk, unsigned long rate)
break;
}
pll_clk_slow_mode(&arm_pll_clk, 0);
mdelay(5);
pr_debug("clock: set %s to %ld MHz, delay count=%d\n", clk->name, rate/1000000, unit);
arm_pll_clk.rate = arm_pll_clk.recalc(&arm_pll_clk);