[ARM] S3C64XX: Add ARM clock
[deliverable/linux.git] / arch / arm / mach-s3c6400 / s3c6400.c
index bd17f3db2c215f6ac0405feb3c96868176b451c8..1ece887d90bba1f298857ba84513adca4a2f1f6b 100644 (file)
@@ -30,6 +30,7 @@
 
 #include <plat/cpu-freq.h>
 #include <plat/regs-serial.h>
+#include <plat/regs-clock.h>
 
 #include <plat/cpu.h>
 #include <plat/devs.h>
@@ -54,7 +55,7 @@ void __init s3c6400_init_clocks(int xtal)
        printk(KERN_DEBUG "%s: initialising clocks\n", __func__);
        s3c24xx_register_baseclocks(xtal);
        s3c64xx_register_clocks();
-       s3c6400_register_clocks();
+       s3c6400_register_clocks(S3C6400_CLKDIV0_ARM_MASK);
        s3c6400_setup_clocks();
 }
 
This page took 0.030559 seconds and 5 git commands to generate.