Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 217175
b: refs/heads/master
c: 8486bdd
h: refs/heads/master
i:
  217173: 7fe73ea
  217171: bcce4d0
  217167: 8153385
v: v3
  • Loading branch information
Colin Cross committed Oct 22, 2010
1 parent 8accebb commit f3d35c1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 71fc84cc35ee05913306bfe6e2454cdfc5bf7081
refs/heads/master: 8486bddc09c84606fb22cf30c6282335275d4dfa
4 changes: 2 additions & 2 deletions trunk/arch/arm/mach-tegra/common.c
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ static __initdata struct tegra_clk_init_table common_clk_init_table[] = {
{ "pll_p_out2", "pll_p", 48000000, true },
{ "pll_p_out3", "pll_p", 72000000, true },
{ "pll_p_out4", "pll_p", 108000000, true },
{ "sys", "pll_p_out4", 108000000, true },
{ "hclk", "sys", 108000000, true },
{ "sclk", "pll_p_out4", 108000000, true },
{ "hclk", "sclk", 108000000, true },
{ "pclk", "hclk", 54000000, true },
{ NULL, NULL, 0, 0},
};
Expand Down

0 comments on commit f3d35c1

Please sign in to comment.