summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Frid <afrid@nvidia.com>2011-05-26 22:58:21 -0700
committerNiket Sirsi <nsirsi@nvidia.com>2011-05-31 10:16:50 -0700
commit032267ed03fcd65c15008c0f2292064f9404b2a6 (patch)
treedb8c69258ae2bdcbfdeeff736bad526ea28edc0c
parent5bb4ada1e581a0e1ed81051d08fc7e03b61de39b (diff)
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 <nsirsi@nvidia.com> Tested-by: Niket Sirsi <nsirsi@nvidia.com>
-rw-r--r--arch/arm/mach-tegra/common.c2
1 files changed, 2 insertions, 0 deletions
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 */