]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ARM: S3C6410: Declare IISCDCLK_V4 Clock
authorJassi Brar <jassi.brar@samsung.com>
Tue, 9 Mar 2010 06:10:32 +0000 (15:10 +0900)
committerBen Dooks <ben-linux@fluff.org>
Fri, 14 May 2010 00:20:36 +0000 (09:20 +0900)
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>
arch/arm/mach-s3c64xx/clock.c

index 2ac2e7d73e53107bc62faa0490b0400aa764fe88..c0041eb2fdcd7a2c262c2a9162903e0741ee8d33 100644 (file)
@@ -518,6 +518,11 @@ static struct clk clk_iis_cd1 = {
        .id             = -1,
 };
 
+static struct clk clk_iisv4_cd = {
+       .name           = "iis_cdclk_v4",
+       .id             = -1,
+};
+
 static struct clk clk_pcm_cd = {
        .name           = "pcm_cdclk",
        .id             = -1,
@@ -749,6 +754,7 @@ static struct clk *clks1[] __initdata = {
        &clk_ext_xtal_mux,
        &clk_iis_cd0,
        &clk_iis_cd1,
+       &clk_iisv4_cd,
        &clk_pcm_cd,
        &clk_mout_epll.clk,
        &clk_mout_mpll.clk,