Skip to content

Commit

Permalink
Merge pull request #27 from vamanea/odroid-3.8.y
Browse files Browse the repository at this point in the history
Mali: Increase voltage to fix some system instabilities
  • Loading branch information
mdrjr committed Sep 17, 2013
2 parents 3b2871f + f6160cb commit f23d641
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions drivers/gpu/arm/mali/platform/pegasus-m400/mali_platform.c
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,10 @@ static struct clk *mali_clock = 0;

static unsigned int GPU_MHZ = 1000000;

int mali_gpu_clk = 533;//266;
int mali_gpu_vol = 1075000;//900000
/* Please take special care lowering these values, specially the voltage
* as it can cause system stability problems: random oops, usb hub resets */
int mali_gpu_clk = 533; /* 533 MHz */
int mali_gpu_vol = 1125000;/* 1.1125 V */

#ifdef CONFIG_MALI_DVFS
#define MALI_DVFS_DEFAULT_STEP 0
Expand Down

0 comments on commit f23d641

Please sign in to comment.