Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 116814
b: refs/heads/master
c: 5c37866
h: refs/heads/master
v: v3
  • Loading branch information
Ben Dooks committed Oct 16, 2008
1 parent 0f144a3 commit 8c857d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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: 5fed4a3739c97eceeac011baf9b2194bda47123f
refs/heads/master: 5c37866c6e2f0d19896e4c14f386189c1fdf2295
3 changes: 1 addition & 2 deletions trunk/arch/arm/mach-s3c2443/clock.c
Original file line number Diff line number Diff line change
Expand Up @@ -1033,8 +1033,7 @@ void __init s3c2443_init_clocks(int xtal)

fclk = pll / s3c2443_fclk_div(clkdiv0);
hclk = s3c2443_prediv_getrate(&clk_prediv);
hclk = hclk / s3c2443_get_hdiv(clkdiv0);
hclk = hclk / ((clkdiv0 & S3C2443_CLKDIV0_HALF_HCLK) ? 2 : 1);
hclk /= s3c2443_get_hdiv(clkdiv0);
pclk = hclk / ((clkdiv0 & S3C2443_CLKDIV0_HALF_PCLK) ? 2 : 1);

s3c24xx_setup_clocks(xtal, fclk, hclk, pclk);
Expand Down

0 comments on commit 8c857d8

Please sign in to comment.