From 796754998108406e74f97219dccfc8a54c544806 Mon Sep 17 00:00:00 2001 From: Ben Dooks Date: Sat, 30 Jan 2010 10:46:52 +0200 Subject: [PATCH] --- yaml --- r: 187712 b: refs/heads/master c: 2dd5f181420ae8ea1cb976b81ed87517f0d4fcd7 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/arm/mach-s3c2443/clock.c | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 00bc24b66d83..1fa0475ac0df 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 4bed36b2c5b3248ae6f9aaf5194fbe85153e4026 +refs/heads/master: 2dd5f181420ae8ea1cb976b81ed87517f0d4fcd7 diff --git a/trunk/arch/arm/mach-s3c2443/clock.c b/trunk/arch/arm/mach-s3c2443/clock.c index 1307f69abf98..3fa37aa62aab 100644 --- a/trunk/arch/arm/mach-s3c2443/clock.c +++ b/trunk/arch/arm/mach-s3c2443/clock.c @@ -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,