From 695e15f8d6e2c24386738b9d312b9abcd1970f0c Mon Sep 17 00:00:00 2001 From: Erik Gilling Date: Thu, 8 Jul 2010 16:48:35 -0700 Subject: [PATCH] [ARM] tegra: max out GPU frequency on stingray --- arch/arm/mach-tegra/board-stingray.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/arch/arm/mach-tegra/board-stingray.c b/arch/arm/mach-tegra/board-stingray.c index c4f78c5a2a1a..53299cc3107a 100644 --- a/arch/arm/mach-tegra/board-stingray.c +++ b/arch/arm/mach-tegra/board-stingray.c @@ -410,8 +410,9 @@ static __initdata struct tegra_clk_init_table stingray_clk_init_table[] = { { "emc", "pll_p", 0, true}, { "pll_m", NULL, 600000000, true}, { "emc", "pll_m", 600000000, false}, - { "host1x", "pll_m", 100000000, true}, - { "2d", "pll_m", 100000000, true}, + { "host1x", "pll_m", 150000000, true}, + { "2d", "pll_m", 300000000, true}, + { "3d", "pll_m", 300000000, true}, { "epp", "pll_m", 100000000, true}, { "vi", "pll_m", 100000000, true}, { NULL, NULL, 0, 0}, -- 2.34.1