Skip to content

Commit

Permalink
ARM: S3C6410: Declare IISCDCLK_V4 Clock
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Jassi Brar authored and Ben Dooks committed May 14, 2010
1 parent df3c6b0 commit bc8eb1e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions arch/arm/mach-s3c64xx/clock.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -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,
Expand Down

0 comments on commit bc8eb1e

Please sign in to comment.