aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/arm/mach-tegra/common.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-tegra/common.c b/arch/arm/mach-tegra/common.c
index 14fa533b1e2..516e1000ebb 100644
--- a/arch/arm/mach-tegra/common.c
+++ b/arch/arm/mach-tegra/common.c
@@ -56,6 +56,9 @@ static __initdata struct tegra_clk_init_table common_clk_init_table[] = {
56 { "sclk", "pll_p_out4", 108000000, true }, 56 { "sclk", "pll_p_out4", 108000000, true },
57 { "hclk", "sclk", 108000000, true }, 57 { "hclk", "sclk", 108000000, true },
58 { "pclk", "hclk", 54000000, true }, 58 { "pclk", "hclk", 54000000, true },
59 { "csite", NULL, 0, true },
60 { "emc", NULL, 0, true },
61 { "cpu", NULL, 0, true },
59 { NULL, NULL, 0, 0}, 62 { NULL, NULL, 0, 0},
60}; 63};
61 64