aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/plat-s3c64xx/s3c6400-clock.c
diff options
context:
space:
mode:
authorWerner Almesberger <werner@openmoko.org>2009-03-05 14:39:33 +0000
committerAndy Green <agreen@octopus.localdomain>2009-03-05 14:39:33 +0000
commit4572610fcab4edbe0afb7ebfd938e904aed986d2 (patch)
treec2536d33c164390598e31b8131dcea6dbb84de31 /arch/arm/plat-s3c64xx/s3c6400-clock.c
parentb0345baf86a811059177e6fc493d1c7d4086f7b7 (diff)
Add HCLKx2 to S3C64xx.
Add doubled HCLK to S3C64xx. Signed-off-by: Werner Almesberger <werner@openmoko.org>
Diffstat (limited to 'arch/arm/plat-s3c64xx/s3c6400-clock.c')
-rw-r--r--arch/arm/plat-s3c64xx/s3c6400-clock.c1
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 6699b5736f0..953ca8d93fe 100644
--- a/arch/arm/plat-s3c64xx/s3c6400-clock.c
+++ b/arch/arm/plat-s3c64xx/s3c6400-clock.c
@@ -608,6 +608,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;