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

Commit 2dd5f181 authored by Ben Dooks's avatar Ben Dooks
Browse files

ARM: S3C2443: Update notes on MPLLREF clock



Add note on MPLLREF clock source and why it cannot be easily removed.

Signed-off-by: default avatarBen Dooks <ben-linux@fluff.org>
parent 4bed36b2
Loading
Loading
Loading
Loading
+4 −2
Original line number Original line Diff line number Diff line
@@ -83,10 +83,12 @@ static int s3c2443_clkcon_enable_s(struct clk *clk, int enable)
	return s3c2443_gate(S3C2443_SCLKCON, clk, enable);
	return s3c2443_gate(S3C2443_SCLKCON, clk, enable);
}
}


/* s3c2443_roundate_clksrc is close enough to s3c_roundate_clksrc */

/* clock selections */
/* 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 = {
static struct clk clk_mpllref = {
	.name		= "mpllref",
	.name		= "mpllref",
	.parent		= &clk_xtal,
	.parent		= &clk_xtal,