All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] S3C64XX CLOCK: Init ext_xtal_mux rate
@ 2009-09-16  7:25 Jassi
  0 siblings, 0 replies; only message in thread
From: Jassi @ 2009-09-16  7:25 UTC (permalink / raw)
  To: linux-arm-kernel

Initialize rate for the clk_ext_xtal_mux, even though the parent
isn't specified.
Ideally, init_clocks should set this mux and all PLLs read their
input clock freqs from clk_ext_xtal_mux.rate.

Signed-off-by: Jassi <jassi.brar@samsung.com>
---
 arch/arm/plat-s3c64xx/s3c6400-clock.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/arch/arm/plat-s3c64xx/s3c6400-clock.c b/arch/arm/plat-s3c64xx/s3c6400-clock.c
index 1debc1f..de26f48 100644
--- a/arch/arm/plat-s3c64xx/s3c6400-clock.c
+++ b/arch/arm/plat-s3c64xx/s3c6400-clock.c
@@ -694,6 +694,7 @@ void __init_or_cpufreq s3c6400_setup_clocks(void)
 	clk_fout_mpll.rate = mpll;
 	clk_fout_epll.rate = epll;
 	clk_fout_apll.rate = apll;
+	clk_ext_xtal_mux.rate = xtal;
 
 	clk_h2.rate = hclk2;
 	clk_h.rate = hclk;
-- 
1.6.2.5

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2009-09-16  7:25 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-09-16  7:25 [PATCH] S3C64XX CLOCK: Init ext_xtal_mux rate Jassi

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.