From 032267ed03fcd65c15008c0f2292064f9404b2a6 Mon Sep 17 00:00:00 2001 From: Alex Frid Date: Thu, 26 May 2011 22:58:21 -0700 Subject: Revert "[ARM]: tegra: common: prune common clock init table" This reverts commit 297affd79bf347eb5938ff8e8e811ecf64d58983. Change-Id: Ie358b5e2d05e86a2e57b669892f68a56a4560c15 Reviewed-on: http://git-master/r/34278 Reviewed-by: Niket Sirsi Tested-by: Niket Sirsi --- arch/arm/mach-tegra/common.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm/mach-tegra/common.c b/arch/arm/mach-tegra/common.c index 26ecd1217f80..3be587273598 100644 --- a/arch/arm/mach-tegra/common.c +++ b/arch/arm/mach-tegra/common.c @@ -94,10 +94,12 @@ static __initdata struct tegra_clk_init_table common_clk_init_table[] = { { "hclk", "sclk", 40000000, true }, { "pclk", "hclk", 40000000, true }, #endif + { "pll_x", NULL, 0, true }, { "cpu", NULL, 0, true }, { "emc", NULL, 0, true }, { "csite", NULL, 0, true }, { "timer", NULL, 0, true }, + { "kfuse", NULL, 0, true }, { "rtc", NULL, 0, true }, /* set frequencies of some device clocks */ -- cgit v1.2.3