rk29: ddr3sdk/sdk: set gpu low clock same as general pll clock rate, save more power

This commit is contained in:
黄涛
2011-06-15 16:28:38 +08:00
parent 2173095e84
commit 0b7287a96b
2 changed files with 2 additions and 2 deletions

View File

@@ -1259,7 +1259,7 @@ static struct platform_device rk29sdk_rfkill = {
#ifdef CONFIG_VIVANTE
#define GPU_HIGH_CLOCK 552
#define GPU_LOW_CLOCK 300
#define GPU_LOW_CLOCK 288 /* same as general pll clock rate below */
static struct resource resources_gpu[] = {
[0] = {
.name = "gpu_irq",

View File

@@ -1265,7 +1265,7 @@ static struct platform_device rk29sdk_rfkill = {
#ifdef CONFIG_VIVANTE
#define GPU_HIGH_CLOCK 552
#define GPU_LOW_CLOCK 300
#define GPU_LOW_CLOCK 288 /* same as general pll clock rate below */
static struct resource resources_gpu[] = {
[0] = {
.name = "gpu_irq",