diff options
| -rw-r--r-- | arch/arm/mach-s3c2443/clock.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/arch/arm/mach-s3c2443/clock.c b/arch/arm/mach-s3c2443/clock.c index 1307f69abf98..3fa37aa62aab 100644 --- a/arch/arm/mach-s3c2443/clock.c +++ b/arch/arm/mach-s3c2443/clock.c | |||
| @@ -83,10 +83,12 @@ static int s3c2443_clkcon_enable_s(struct clk *clk, int enable) | |||
| 83 | return s3c2443_gate(S3C2443_SCLKCON, clk, enable); | 83 | return s3c2443_gate(S3C2443_SCLKCON, clk, enable); |
| 84 | } | 84 | } |
| 85 | 85 | ||
| 86 | /* s3c2443_roundate_clksrc is close enough to s3c_roundate_clksrc */ | ||
| 87 | |||
| 88 | /* clock selections */ | 86 | /* clock selections */ |
| 89 | 87 | ||
| 88 | /* mpllref is a direct descendant of clk_xtal by default, but it is not | ||
| 89 | * elided as the EPLL can be either sourced by the XTAL or EXTCLK and as | ||
| 90 | * such directly equating the two source clocks is impossible. | ||
| 91 | */ | ||
| 90 | static struct clk clk_mpllref = { | 92 | static struct clk clk_mpllref = { |
| 91 | .name = "mpllref", | 93 | .name = "mpllref", |
| 92 | .parent = &clk_xtal, | 94 | .parent = &clk_xtal, |
