diff options
author | Heiko St?bner <heiko@sntech.de> | 2011-10-14 02:08:56 -0400 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2011-10-14 02:15:50 -0400 |
commit | efb1fb486a8187f02ac4a0170ab45823ebbe58f2 (patch) | |
tree | 4b51ab38726cb61b447742ce4dbaba5d8895ee08 /arch/arm/mach-s3c2416 | |
parent | aab08eebdf87d3e6eda5c81f119423af63f5aee1 (diff) |
ARM: S3C2416: Add comment describing the armdiv/armclk
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/mach-s3c2416')
-rw-r--r-- | arch/arm/mach-s3c2416/clock.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/mach-s3c2416/clock.c b/arch/arm/mach-s3c2416/clock.c index 3060796b0e7d..7aa0cfa2f9bd 100644 --- a/arch/arm/mach-s3c2416/clock.c +++ b/arch/arm/mach-s3c2416/clock.c | |||
@@ -28,6 +28,14 @@ | |||
28 | #include <mach/regs-clock.h> | 28 | #include <mach/regs-clock.h> |
29 | #include <mach/regs-s3c2443-clock.h> | 29 | #include <mach/regs-s3c2443-clock.h> |
30 | 30 | ||
31 | /* armdiv | ||
32 | * | ||
33 | * this clock is sourced from msysclk and can have a number of | ||
34 | * divider values applied to it to then be fed into armclk. | ||
35 | * The real clock definition is done in s3c2443-clock.c, | ||
36 | * only the armdiv divisor table must be defined here. | ||
37 | */ | ||
38 | |||
31 | static unsigned int armdiv[8] = { | 39 | static unsigned int armdiv[8] = { |
32 | [0] = 1, | 40 | [0] = 1, |
33 | [1] = 2, | 41 | [1] = 2, |