Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 235271
b: refs/heads/master
c: ddb7d5d
h: refs/heads/master
i:
  235269: 617182e
  235267: 6742d3f
  235263: 9cf0338
v: v3
  • Loading branch information
Stephen Warren authored and Colin Cross committed Feb 23, 2011
1 parent 9d08589 commit 39de34a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 3c106bf5b3e59e1fc8e0dfcd7a620cfed7a98430
refs/heads/master: ddb7d5d80edb58e8235f1bc6c350eac40bfe85d1
12 changes: 6 additions & 6 deletions trunk/arch/arm/mach-tegra/tegra2_clocks.c
Original file line number Diff line number Diff line change
Expand Up @@ -1823,8 +1823,8 @@ static struct clk tegra_clk_d = {
};

/* dap_mclk1, belongs to the cdev1 pingroup. */
static struct clk tegra_dev1_clk = {
.name = "clk_dev1",
static struct clk tegra_clk_cdev1 = {
.name = "cdev1",
.ops = &tegra_cdev_clk_ops,
.rate = 26000000,
.max_rate = 26000000,
Expand All @@ -1834,8 +1834,8 @@ static struct clk tegra_dev1_clk = {
};

/* dap_mclk2, belongs to the cdev2 pingroup. */
static struct clk tegra_dev2_clk = {
.name = "clk_dev2",
static struct clk tegra_clk_cdev2 = {
.name = "cdev2",
.ops = &tegra_cdev_clk_ops,
.rate = 26000000,
.max_rate = 26000000,
Expand Down Expand Up @@ -2276,8 +2276,8 @@ struct clk *tegra_ptr_clks[] = {
&tegra_clk_hclk,
&tegra_clk_pclk,
&tegra_clk_d,
&tegra_dev1_clk,
&tegra_dev2_clk,
&tegra_clk_cdev1,
&tegra_clk_cdev2,
&tegra_clk_virtual_cpu,
&tegra_clk_blink,
&tegra_clk_cop,
Expand Down

0 comments on commit 39de34a

Please sign in to comment.