ARM: S3C2443: Update notes on MPLLREF clock
authorBen Dooks <ben-linux@fluff.org>
Sat, 30 Jan 2010 08:46:52 +0000 (10:46 +0200)
committerBen Dooks <ben-linux@fluff.org>
Sun, 7 Mar 2010 22:56:12 +0000 (22:56 +0000)
Add note on MPLLREF clock source and why it cannot be easily removed.

Signed-off-by: Ben Dooks <ben-linux@fluff.org>
arch/arm/mach-s3c2443/clock.c

index 1307f69..3fa37aa 100644 (file)
@@ -83,10 +83,12 @@ static int s3c2443_clkcon_enable_s(struct clk *clk, int enable)
        return s3c2443_gate(S3C2443_SCLKCON, clk, enable);
 }
 
-/* s3c2443_roundate_clksrc is close enough to s3c_roundate_clksrc */
-
 /* clock selections */
 
+/* mpllref is a direct descendant of clk_xtal by default, but it is not
+ * elided as the EPLL can be either sourced by the XTAL or EXTCLK and as
+ * such directly equating the two source clocks is impossible.
+ */
 static struct clk clk_mpllref = {
        .name           = "mpllref",
        .parent         = &clk_xtal,