]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
ARM: S3C2416: Add comment describing the armdiv/armclk
authorHeiko St?bner <heiko@sntech.de>
Fri, 14 Oct 2011 06:08:56 +0000 (15:08 +0900)
committerKukjin Kim <kgene.kim@samsung.com>
Fri, 14 Oct 2011 06:15:50 +0000 (15:15 +0900)
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
arch/arm/mach-s3c2416/clock.c

index 3060796b0e7dc05569cdf27fd54712dae0bc7273..7aa0cfa2f9bdd8406bd86b466c8c0ba19ceb90a1 100644 (file)
 #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,