diff options
author | Werner Almesberger <werner@openmoko.org> | 2009-03-05 11:43:13 +0800 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2009-05-07 11:14:27 +0100 |
commit | a03f7daf6df31b4d849031c51a3c10b8ba78ce67 (patch) | |
tree | 1a9d4d5fd2a3a28d892374c2bb5fea0eb53e2c40 /arch/arm/plat-s3c64xx/s3c6400-clock.c | |
parent | e2c977dca2901012ddabdc2a7b3c47a80c94d431 (diff) |
[ARM] S3C64XX: Add HCLKx2
Add doubled HCLK to S3C64xx.
Signed-off-by: Werner Almesberger <werner@openmoko.org>
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'arch/arm/plat-s3c64xx/s3c6400-clock.c')
-rw-r--r-- | 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 6dd187d0474..96fa9ea4d5b 100644 --- a/arch/arm/plat-s3c64xx/s3c6400-clock.c +++ b/arch/arm/plat-s3c64xx/s3c6400-clock.c @@ -636,6 +636,7 @@ void __init_or_cpufreq s3c6400_setup_clocks(void) clk_fout_epll.rate = epll; clk_fout_apll.rate = apll; + clk_h2.rate = hclk2; clk_h.rate = hclk; clk_p.rate = pclk; clk_f.rate = fclk; |