diff options
author | Kyungmin Park <kyungmin.park@samsung.com> | 2009-11-17 08:41:13 +0100 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2009-12-01 01:33:13 +0000 |
commit | ff916f25b2890403a9e6c02c98391daeb71ae92a (patch) | |
tree | 1998e2c0ed6fbadf4147ea10bc719ab223bac107 /arch/arm/plat-s5pc1xx/include | |
parent | 9ebaf2f4e7090a8c3b0c99419924b1e8f99a07a3 (diff) | |
download | lwn-ff916f25b2890403a9e6c02c98391daeb71ae92a.tar.gz lwn-ff916f25b2890403a9e6c02c98391daeb71ae92a.zip |
ARM: S5PC1XX: clocks reimplementation
Clocks hierarchy has been completely reimplemented to match the S5PC100
specification.
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'arch/arm/plat-s5pc1xx/include')
-rw-r--r-- | arch/arm/plat-s5pc1xx/include/plat/s5pc100.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/arch/arm/plat-s5pc1xx/include/plat/s5pc100.h b/arch/arm/plat-s5pc1xx/include/plat/s5pc100.h index 45e275131665..2531f34a56f3 100644 --- a/arch/arm/plat-s5pc1xx/include/plat/s5pc100.h +++ b/arch/arm/plat-s5pc1xx/include/plat/s5pc100.h @@ -35,10 +35,9 @@ extern struct clk clk_hpll; extern struct clk clk_hd0; extern struct clk clk_pd0; extern struct clk clk_54m; -extern struct clk clk_dout_mpll2; extern void s5pc1xx_register_clocks(void); -extern int s5pc1xx_sclk0_ctrl(struct clk *clk, int enable); -extern int s5pc1xx_sclk1_ctrl(struct clk *clk, int enable); +extern int s5pc100_sclk0_ctrl(struct clk *clk, int enable); +extern int s5pc100_sclk1_ctrl(struct clk *clk, int enable); /* Some day, belows will be moved to plat-s5pc/include/plat/devs.h */ extern struct s3c24xx_uart_resources s5pc1xx_uart_resources[]; |