Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 274099
b: refs/heads/master
c: efb1fb4
h: refs/heads/master
i:
  274097: 3c72a63
  274095: 29010bf
v: v3
  • Loading branch information
Heiko St?bner authored and Kukjin Kim committed Oct 14, 2011
1 parent b2ab938 commit ec10a92
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: aab08eebdf87d3e6eda5c81f119423af63f5aee1
refs/heads/master: efb1fb486a8187f02ac4a0170ab45823ebbe58f2
8 changes: 8 additions & 0 deletions trunk/arch/arm/mach-s3c2416/clock.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,14 @@
#include <mach/regs-clock.h>
#include <mach/regs-s3c2443-clock.h>

/* armdiv
*
* this clock is sourced from msysclk and can have a number of
* divider values applied to it to then be fed into armclk.
* The real clock definition is done in s3c2443-clock.c,
* only the armdiv divisor table must be defined here.
*/

static unsigned int armdiv[8] = {
[0] = 1,
[1] = 2,
Expand Down

0 comments on commit ec10a92

Please sign in to comment.