projects
/
platform
/
upstream
/
kernel-adaptation-pc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
71fc84c
)
[ARM] tegra: common: Update common clock init table
author
Colin Cross
<ccross@android.com>
Fri, 25 Jun 2010 01:57:00 +0000
(18:57 -0700)
committer
Colin Cross
<ccross@android.com>
Fri, 22 Oct 2010 01:12:22 +0000
(18:12 -0700)
Renames clocks in the clock init table to match the datasheet names
Signed-off-by: Colin Cross <ccross@android.com>
arch/arm/mach-tegra/common.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-tegra/common.c
b/arch/arm/mach-tegra/common.c
index
9aedaf7
..
445104a
100644
(file)
--- a/
arch/arm/mach-tegra/common.c
+++ b/
arch/arm/mach-tegra/common.c
@@
-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 },
- { "s
ys",
"pll_p_out4", 108000000, true },
- { "hclk", "s
ys",
108000000, true },
+ { "s
clk",
"pll_p_out4", 108000000, true },
+ { "hclk", "s
clk",
108000000, true },
{ "pclk", "hclk", 54000000, true },
{ NULL, NULL, 0, 0},
};