change freq of gpu to 312M

This commit is contained in:
杜坤明
2010-12-13 16:47:31 +08:00
parent cf28e0c390
commit eaca4a868c

View File

@@ -498,7 +498,7 @@ static int drv_init(void)
return -ENODEV;
}
/* APMU_GC_156M, APMU_GC_624M, APMU_GC_PLL2, APMU_GC_PLL2_DIV2 currently */
if (clk_set_rate(clk_gpu, 624000000)) //designed on 500M
if (clk_set_rate(clk_gpu, 312000000)) //designed on 500M
{
gcmkTRACE_ZONE(gcvLEVEL_ERROR, gcvZONE_DRIVER,
"[galcore] Can't set core clock.");