Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 163166
b: refs/heads/master
c: 75d0fa7
h: refs/heads/master
v: v3
  • Loading branch information
Chaithrika U S authored and Kevin Hilman committed Aug 26, 2009
1 parent e00f139 commit 22b5c17
Show file tree
Hide file tree
Showing 2 changed files with 15 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: 2bcb613a7919a0a6a7a00408fbfd1c8e471fe060
refs/heads/master: 75d0fa70e748629b786c25530f7c5ae76587da35
14 changes: 14 additions & 0 deletions trunk/arch/arm/mach-davinci/dm646x.c
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,18 @@ static struct clk gpio_clk = {
.lpsc = DM646X_LPSC_GPIO,
};

static struct clk mcasp0_clk = {
.name = "mcasp0",
.parent = &pll1_sysclk3,
.lpsc = DM646X_LPSC_McASP0,
};

static struct clk mcasp1_clk = {
.name = "mcasp1",
.parent = &pll1_sysclk3,
.lpsc = DM646X_LPSC_McASP1,
};

static struct clk aemif_clk = {
.name = "aemif",
.parent = &pll1_sysclk3,
Expand Down Expand Up @@ -314,6 +326,8 @@ struct davinci_clk dm646x_clks[] = {
CLK(NULL, "uart2", &uart2_clk),
CLK("i2c_davinci.1", NULL, &i2c_clk),
CLK(NULL, "gpio", &gpio_clk),
CLK(NULL, "mcasp0", &mcasp0_clk),
CLK(NULL, "mcasp1", &mcasp1_clk),
CLK(NULL, "aemif", &aemif_clk),
CLK("davinci_emac.1", NULL, &emac_clk),
CLK(NULL, "pwm0", &pwm0_clk),
Expand Down

0 comments on commit 22b5c17

Please sign in to comment.