diff options
author | Ben Dooks <ben-linux@fluff.org> | 2009-05-02 13:48:53 +0100 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2009-05-07 11:46:41 +0100 |
commit | 496a3f0927197ca155a604478bf6e7db3eca3bbd (patch) | |
tree | 8f0f68a8f2627743af393b17c5d0fd613f967578 /arch/arm/plat-s3c64xx/include | |
parent | 8f1ecf1d965f4e1842b32af5dd40f3d7b6d407ed (diff) | |
download | op-kernel-dev-496a3f0927197ca155a604478bf6e7db3eca3bbd.zip op-kernel-dev-496a3f0927197ca155a604478bf6e7db3eca3bbd.tar.gz |
[ARM] S3C64XX: Add ARM clock
Add ARM clock to provide 'arm' from the APLL to the ARM core.
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'arch/arm/plat-s3c64xx/include')
-rw-r--r-- | arch/arm/plat-s3c64xx/include/plat/s3c6400.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/plat-s3c64xx/include/plat/s3c6400.h b/arch/arm/plat-s3c64xx/include/plat/s3c6400.h index e1229666..11f2e1e 100644 --- a/arch/arm/plat-s3c64xx/include/plat/s3c6400.h +++ b/arch/arm/plat-s3c64xx/include/plat/s3c6400.h @@ -15,7 +15,7 @@ /* Common init code for S3C6400 related SoCs */ extern void s3c6400_common_init_uarts(struct s3c2410_uartcfg *cfg, int no); -extern void s3c6400_register_clocks(void); +extern void s3c6400_register_clocks(unsigned armclk_divlimit); extern void s3c6400_setup_clocks(void); #ifdef CONFIG_CPU_S3C6400 |