Skip to content

Commit

Permalink
ARM: S3C2443: Update notes on MPLLREF clock
Browse files Browse the repository at this point in the history
Add note on MPLLREF clock source and why it cannot be easily removed.

Signed-off-by: Ben Dooks <ben-linux@fluff.org>
  • Loading branch information
Ben Dooks committed Mar 7, 2010
1 parent 4bed36b commit 2dd5f18
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions arch/arm/mach-s3c2443/clock.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 2dd5f18

Please sign in to comment.