Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 182965
b: refs/heads/master
c: ba7c6a3
h: refs/heads/master
i:
  182963: 17c20c3
v: v3
  • Loading branch information
Hartley Sweeten authored and Russell King committed Feb 24, 2010
1 parent aaf4fe2 commit 231a632
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 6bd4b382664d188daed8a48f7df88d188dcd95fa
refs/heads/master: ba7c6a3bccd25abd3c19d3655ecb1cc4d258271b
2 changes: 1 addition & 1 deletion trunk/arch/arm/mach-ep93xx/clock.c
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,7 @@ static int __init ep93xx_clock_init(void)
ep93xx_dma_clock_init();

/* Determine the bootloader configured pll2 rate */
value = __raw_readl(EP93XX_SYSCON_CLOCK_SET2);
value = __raw_readl(EP93XX_SYSCON_CLKSET2);
if (!(value & EP93XX_SYSCON_CLKSET2_NBYP2))
clk_pll2.rate = clk_xtali.rate;
else if (value & EP93XX_SYSCON_CLKSET2_PLL2_EN)
Expand Down

0 comments on commit 231a632

Please sign in to comment.