Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 192007
b: refs/heads/master
c: bc8eb1e
h: refs/heads/master
i:
  192005: 004d149
  192003: ea958a8
  191999: 23a84c0
v: v3
  • Loading branch information
Jassi Brar authored and Ben Dooks committed May 14, 2010
1 parent 3ee2e0b commit b90c573
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: df3c6b08d01581052040611f2dced989b83244c9
refs/heads/master: bc8eb1e2fa23ff433531c8b631f76302843f52e6
6 changes: 6 additions & 0 deletions trunk/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 b90c573

Please sign in to comment.