From: Colin Cross Date: Wed, 28 Jul 2010 23:28:48 +0000 (-0700) Subject: HACK: stingray: Don't set the memory controller frequency X-Git-Tag: firefly_0821_release~9834^2~753 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=325afb3d6858ab71d0bf5f56012c471f2befc57d;p=firefly-linux-kernel-4.4.55.git 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 --- 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},