From 325afb3d6858ab71d0bf5f56012c471f2befc57d Mon Sep 17 00:00:00 2001 From: Colin Cross Date: Wed, 28 Jul 2010 16:28:48 -0700 Subject: [PATCH] HACK: stingray: Don't set the memory controller frequency The latest stingray P1s die during boot when the memory controller frequency is changed. Change-Id: Ia505343289d7f6066d7731d2297c585988ffa7ea Signed-off-by: Colin Cross --- arch/arm/mach-tegra/board-stingray.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm/mach-tegra/board-stingray.c b/arch/arm/mach-tegra/board-stingray.c index ca4414d708f9..10d2f5e7e87b 100644 --- a/arch/arm/mach-tegra/board-stingray.c +++ b/arch/arm/mach-tegra/board-stingray.c @@ -532,9 +532,9 @@ static struct tegra_i2c_platform_data stingray_i2c1_platform_data = { static __initdata struct tegra_clk_init_table stingray_clk_init_table[] = { /* name parent rate enabled */ { "uartb", "clk_m", 26000000, true}, - { "emc", "pll_p", 0, true}, + /*{ "emc", "pll_p", 0, true}, { "pll_m", NULL, 600000000, true}, - { "emc", "pll_m", 600000000, false}, + { "emc", "pll_m", 600000000, false},*/ { "host1x", "pll_m", 150000000, true}, { "2d", "pll_m", 300000000, true}, { "3d", "pll_m", 300000000, true}, -- 2.34.1