S3C2416: Add comment describing the armdiv/armclk
From: Heiko Stuebner <heiko.stuebner@...> Date: Tue, 27 Sep 2011 11:02:20 +0200
Commit-Message
Signed-off-by: Heiko Stuebner <heiko@...>
Patch-Comment
arch/arm/mach-s3c2416/clock.c | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-)
Statistics
- 8 lines added
- 0 lines removed
Changes
------------------------ arch/arm/mach-s3c2416/clock.c -------------------------
index 3060796..7aa0cfa 100644
@@ -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,