diff options
Diffstat (limited to 'arch/arm/mach-tegra/common.c')
-rw-r--r-- | arch/arm/mach-tegra/common.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-tegra/common.c b/arch/arm/mach-tegra/common.c index 3e03e5f15c14..203a8b94863b 100644 --- a/arch/arm/mach-tegra/common.c +++ b/arch/arm/mach-tegra/common.c | |||
@@ -108,6 +108,7 @@ static __initdata struct tegra_clk_init_table tegra30_clk_init_table[] = { | |||
108 | { "sclk", "pll_p_out4", 102000000, true }, | 108 | { "sclk", "pll_p_out4", 102000000, true }, |
109 | { "hclk", "sclk", 102000000, true }, | 109 | { "hclk", "sclk", 102000000, true }, |
110 | { "pclk", "hclk", 51000000, true }, | 110 | { "pclk", "hclk", 51000000, true }, |
111 | { "csite", NULL, 0, true }, | ||
111 | { NULL, NULL, 0, 0}, | 112 | { NULL, NULL, 0, 0}, |
112 | }; | 113 | }; |
113 | #endif | 114 | #endif |