From 9dae4fe70bca97039a4828806527a1330727b2e1 Mon Sep 17 00:00:00 2001 From: Colin Cross Date: Mon, 21 Feb 2011 17:05:36 -0800 Subject: [PATCH] --- yaml --- r: 235258 b: refs/heads/master c: cd51d0edecc37f1061a5091450e6c7e2a8a16d68 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/arm/mach-tegra/common.c | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 3769a557f48b..72cf98c4fcd0 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 62248ae826f51ac2e3d3902c0a657043d95b731c +refs/heads/master: cd51d0edecc37f1061a5091450e6c7e2a8a16d68 diff --git a/trunk/arch/arm/mach-tegra/common.c b/trunk/arch/arm/mach-tegra/common.c index 14fa533b1e20..516e1000ebb4 100644 --- a/trunk/arch/arm/mach-tegra/common.c +++ b/trunk/arch/arm/mach-tegra/common.c @@ -56,6 +56,9 @@ static __initdata struct tegra_clk_init_table common_clk_init_table[] = { { "sclk", "pll_p_out4", 108000000, true }, { "hclk", "sclk", 108000000, true }, { "pclk", "hclk", 54000000, true }, + { "csite", NULL, 0, true }, + { "emc", NULL, 0, true }, + { "cpu", NULL, 0, true }, { NULL, NULL, 0, 0}, };