diff options
author | Ben Dooks <ben-linux@fluff.org> | 2008-10-21 09:07:02 -0400 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2008-12-15 16:54:36 -0500 |
commit | cf18acf0e04260ff8ffa46dc245d3d2324ed41b0 (patch) | |
tree | 904cd7c007c7da92ae34ecfe5cea049ee4b08e57 /arch/arm/plat-s3c/include | |
parent | c652d2ddb97ccdc4774e149ef998928263fd8886 (diff) |
[ARM] S3C64XX: Clock support for S3C6400/S3C6410
Add the PLL clock initialisation and clock registration
and include the clocks sourced via CLKDIVx for most of
the on-chip peripherals.
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'arch/arm/plat-s3c/include')
-rw-r--r-- | arch/arm/plat-s3c/include/plat/clock.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/plat-s3c/include/plat/clock.h b/arch/arm/plat-s3c/include/plat/clock.h index 6a2c5af10009..ea1f3ffa9717 100644 --- a/arch/arm/plat-s3c/include/plat/clock.h +++ b/arch/arm/plat-s3c/include/plat/clock.h | |||
@@ -78,3 +78,6 @@ extern void s3c2412_setup_clocks(void); | |||
78 | extern void s3c244x_setup_clocks(void); | 78 | extern void s3c244x_setup_clocks(void); |
79 | extern void s3c2443_setup_clocks(void); | 79 | extern void s3c2443_setup_clocks(void); |
80 | 80 | ||
81 | /* S3C64XX specific functions and clocks */ | ||
82 | |||
83 | extern int s3c64xx_sclk_ctrl(struct clk *clk, int enable); | ||