diff options
author | Jassi Brar <jassi.brar@samsung.com> | 2010-03-09 01:10:32 -0500 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2010-05-13 20:20:36 -0400 |
commit | bc8eb1e2fa23ff433531c8b631f76302843f52e6 (patch) | |
tree | 1fbf91cd2e2b4c1dbfec5e9317a767e7d16a32cf /arch/arm/mach-s3c64xx | |
parent | df3c6b08d01581052040611f2dced989b83244c9 (diff) |
ARM: S3C6410: Declare IISCDCLK_V4 Clock
Declare the source of clock provided at Xi2sCDCLK2 pin for IISv4 controller.
Signed-off-by: Jassi Brar <jassi.brar@samsung.com>
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'arch/arm/mach-s3c64xx')
-rw-r--r-- | arch/arm/mach-s3c64xx/clock.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/mach-s3c64xx/clock.c b/arch/arm/mach-s3c64xx/clock.c index 2ac2e7d73e53..c0041eb2fdcd 100644 --- a/arch/arm/mach-s3c64xx/clock.c +++ b/arch/arm/mach-s3c64xx/clock.c | |||
@@ -518,6 +518,11 @@ static struct clk clk_iis_cd1 = { | |||
518 | .id = -1, | 518 | .id = -1, |
519 | }; | 519 | }; |
520 | 520 | ||
521 | static struct clk clk_iisv4_cd = { | ||
522 | .name = "iis_cdclk_v4", | ||
523 | .id = -1, | ||
524 | }; | ||
525 | |||
521 | static struct clk clk_pcm_cd = { | 526 | static struct clk clk_pcm_cd = { |
522 | .name = "pcm_cdclk", | 527 | .name = "pcm_cdclk", |
523 | .id = -1, | 528 | .id = -1, |
@@ -749,6 +754,7 @@ static struct clk *clks1[] __initdata = { | |||
749 | &clk_ext_xtal_mux, | 754 | &clk_ext_xtal_mux, |
750 | &clk_iis_cd0, | 755 | &clk_iis_cd0, |
751 | &clk_iis_cd1, | 756 | &clk_iis_cd1, |
757 | &clk_iisv4_cd, | ||
752 | &clk_pcm_cd, | 758 | &clk_pcm_cd, |
753 | &clk_mout_epll.clk, | 759 | &clk_mout_epll.clk, |
754 | &clk_mout_mpll.clk, | 760 | &clk_mout_mpll.clk, |