HACK: stingray: Don't set the memory controller frequency
authorColin Cross <ccross@android.com>
Wed, 28 Jul 2010 23:28:48 +0000 (16:28 -0700)
committerColin Cross <ccross@android.com>
Wed, 6 Oct 2010 23:33:25 +0000 (16:33 -0700)
The latest stingray P1s die during boot when the memory
controller frequency is changed.

Change-Id: Ia505343289d7f6066d7731d2297c585988ffa7ea
Signed-off-by: Colin Cross <ccross@android.com>
arch/arm/mach-tegra/board-stingray.c

index ca4414d708f9e15ded55246d6b31f5da2a1ae9cc..10d2f5e7e87bd8c33ee82f1e54f50e5c5e54163a 100644 (file)
@@ -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},