Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 192025
b: refs/heads/master
c: c62ec6a
h: refs/heads/master
i:
  192023: 0166560
v: v3
  • Loading branch information
Thomas Abraham authored and Ben Dooks committed May 17, 2010
1 parent 34cc2b7 commit 0de9fa6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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: eb1ef1ed06a168cf548419ba6e99f34c8169cffe
refs/heads/master: c62ec6a9aaabd5d0512e9d091d82940efefa4fa6
8 changes: 4 additions & 4 deletions trunk/arch/arm/mach-s5pv210/clock.c
Original file line number Diff line number Diff line change
Expand Up @@ -369,6 +369,10 @@ void __init_or_cpufreq s5pv210_setup_clocks(void)
mpll = s5p_get_pll45xx(xtal, __raw_readl(S5P_MPLL_CON), pll_4502);
epll = s5p_get_pll45xx(xtal, __raw_readl(S5P_EPLL_CON), pll_4500);

clk_fout_apll.rate = apll;
clk_fout_mpll.rate = mpll;
clk_fout_epll.rate = epll;

printk(KERN_INFO "S5PV210: PLL settings, A=%ld, M=%ld, E=%ld",
apll, mpll, epll);

Expand Down Expand Up @@ -398,10 +402,6 @@ void __init_or_cpufreq s5pv210_setup_clocks(void)
HCLKP=%ld, PCLKM=%ld, PCLKD=%ld, PCLKP=%ld\n",
armclk, hclk200, hclk166, hclk133, pclk100, pclk83, pclk66);

clk_fout_apll.rate = apll;
clk_fout_mpll.rate = mpll;
clk_fout_epll.rate = epll;

clk_f.rate = armclk;
clk_h.rate = hclk133;
clk_p.rate = pclk66;
Expand Down

0 comments on commit 0de9fa6

Please sign in to comment.