Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 272563
b: refs/heads/master
c: 4814115
h: refs/heads/master
i:
  272561: 8cce18e
  272559: 1279e57
v: v3
  • Loading branch information
Jonghwan Choi authored and Kukjin Kim committed Sep 16, 2011
1 parent 33e0f92 commit 0dba1fa
Show file tree
Hide file tree
Showing 2 changed files with 1 addition 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: 0804765afcafe9c88890af7ab71710603ccd9442
refs/heads/master: 481411568062e1ab4424e6021e9ec500eaefc4ac
1 change: 0 additions & 1 deletion trunk/arch/arm/plat-s5p/include/plat/pll.h
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ static inline unsigned long s5p_get_pll46xx(unsigned long baseclk,
mdiv = (pll_con0 >> PLL46XX_MDIV_SHIFT) & PLL46XX_MDIV_MASK;
pdiv = (pll_con0 >> PLL46XX_PDIV_SHIFT) & PLL46XX_PDIV_MASK;
sdiv = (pll_con0 >> PLL46XX_SDIV_SHIFT) & PLL46XX_SDIV_MASK;
kdiv = pll_con1 & PLL46XX_KDIV_MASK;

if (pll_type == pll_4650c)
kdiv = pll_con1 & PLL4650C_KDIV_MASK;
Expand Down

0 comments on commit 0dba1fa

Please sign in to comment.