Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 210424
b: refs/heads/master
c: c56702d
h: refs/heads/master
v: v3
  • Loading branch information
Marc Kleine-Budde authored and Sascha Hauer committed Aug 17, 2010
1 parent 6f0c452 commit 1f1ae4a
Show file tree
Hide file tree
Showing 2 changed files with 3 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: c96c1e394fa72bd995154af7143873945a3fa89d
refs/heads/master: c56702de106b4fde301282f7ea60412276481442
4 changes: 2 additions & 2 deletions trunk/arch/arm/mach-mx3/clock-imx35.c
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ static unsigned long get_rate_arm(void)

aad = &clk_consumer[(pdr0 >> 16) & 0xf];
if (aad->sel)
fref = fref * 2 / 3;
fref = fref * 3 / 4;

return fref / aad->arm;
}
Expand All @@ -164,7 +164,7 @@ static unsigned long get_rate_ahb(struct clk *clk)
{
unsigned long pdr0 = __raw_readl(CCM_BASE + CCM_PDR0);
struct arm_ahb_div *aad;
unsigned long fref = get_rate_mpll();
unsigned long fref = get_rate_arm();

aad = &clk_consumer[(pdr0 >> 16) & 0xf];

Expand Down

0 comments on commit 1f1ae4a

Please sign in to comment.