Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit efb1fb48 authored by Heiko St?bner's avatar Heiko St?bner Committed by Kukjin Kim
Browse files

ARM: S3C2416: Add comment describing the armdiv/armclk

parent aab08eeb
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -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,