diff options
author | Colin Cross <ccross@android.com> | 2010-06-24 21:57:00 -0400 |
---|---|---|
committer | Colin Cross <ccross@android.com> | 2010-10-21 21:12:22 -0400 |
commit | 8486bddc09c84606fb22cf30c6282335275d4dfa (patch) | |
tree | 0b0514b1ad8ce36b13f3871a9d15935ef419adb1 /arch/arm/mach-tegra | |
parent | 71fc84cc35ee05913306bfe6e2454cdfc5bf7081 (diff) |
[ARM] tegra: common: Update common clock init table
Renames clocks in the clock init table to match the datasheet names
Signed-off-by: Colin Cross <ccross@android.com>
Diffstat (limited to 'arch/arm/mach-tegra')
-rw-r--r-- | arch/arm/mach-tegra/common.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-tegra/common.c b/arch/arm/mach-tegra/common.c index 9aedaf77013c..445104a993ba 100644 --- 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[] = { | |||
36 | { "pll_p_out2", "pll_p", 48000000, true }, | 36 | { "pll_p_out2", "pll_p", 48000000, true }, |
37 | { "pll_p_out3", "pll_p", 72000000, true }, | 37 | { "pll_p_out3", "pll_p", 72000000, true }, |
38 | { "pll_p_out4", "pll_p", 108000000, true }, | 38 | { "pll_p_out4", "pll_p", 108000000, true }, |
39 | { "sys", "pll_p_out4", 108000000, true }, | 39 | { "sclk", "pll_p_out4", 108000000, true }, |
40 | { "hclk", "sys", 108000000, true }, | 40 | { "hclk", "sclk", 108000000, true }, |
41 | { "pclk", "hclk", 54000000, true }, | 41 | { "pclk", "hclk", 54000000, true }, |
42 | { NULL, NULL, 0, 0}, | 42 | { NULL, NULL, 0, 0}, |
43 | }; | 43 | }; |