projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aab08ee
)
ARM: S3C2416: Add comment describing the armdiv/armclk
author
Heiko St?bner
<
[email protected]
>
Fri, 14 Oct 2011 06:08:56 +0000
(15:08 +0900)
committer
Kukjin Kim
<
[email protected]
>
Fri, 14 Oct 2011 06:15:50 +0000
(15:15 +0900)
Signed-off-by: Heiko Stuebner <
[email protected]
>
Signed-off-by: Kukjin Kim <
[email protected]
>
arch/arm/mach-s3c2416/clock.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-s3c2416/clock.c
b/arch/arm/mach-s3c2416/clock.c
index 3060796b0e7dc05569cdf27fd54712dae0bc7273..7aa0cfa2f9bdd8406bd86b466c8c0ba19ceb90a1 100644
(file)
--- a/
arch/arm/mach-s3c2416/clock.c
+++ b/
arch/arm/mach-s3c2416/clock.c
@@
-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,