Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 192010
b: refs/heads/master
c: 05e021f
h: refs/heads/master
v: v3
  • Loading branch information
Maurus Cuelenaere authored and Ben Dooks committed May 18, 2010
1 parent 6a32dd8 commit 97cc025
Show file tree
Hide file tree
Showing 3 changed files with 9 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: 835879a8848e9de93d38cdae99bda18d08545586
refs/heads/master: 05e021f095ffe9c7c1a695a3e2835f39243c6270
7 changes: 7 additions & 0 deletions trunk/arch/arm/mach-s3c64xx/clock.c
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,12 @@ struct clk clk_48m = {
.enable = clk_48m_ctrl,
};

struct clk clk_xusbxti = {
.name = "xusbxti",
.id = -1,
.rate = 48000000,
};

static int inline s3c64xx_gate(void __iomem *reg,
struct clk *clk,
int enable)
Expand Down Expand Up @@ -791,6 +797,7 @@ static struct clk *clks[] __initdata = {
&clk_27m,
&clk_48m,
&clk_h2,
&clk_xusbxti,
};

/**
Expand Down
1 change: 1 addition & 0 deletions trunk/arch/arm/plat-samsung/include/plat/clock.h
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ extern struct clk clk_ext;
extern struct clk clk_h2;
extern struct clk clk_27m;
extern struct clk clk_48m;
extern struct clk clk_xusbxti;

extern int clk_default_setrate(struct clk *clk, unsigned long rate);
extern struct clk_ops clk_ops_def_setrate;
Expand Down

0 comments on commit 97cc025

Please sign in to comment.