Skip to content

Commit

Permalink
mali: bump lowest step to 134MHz
Browse files Browse the repository at this point in the history
Setting 133MHz result in an actual frequency of 115MHz.
  • Loading branch information
libcg committed Aug 10, 2013
1 parent 7c01eac commit 4d3e5a6
Showing 1 changed file with 3 additions and 3 deletions.
Expand Up @@ -76,7 +76,7 @@ int mali_dvfs_control=0;

/*dvfs table*/
mali_dvfs_table mali_dvfs[MALI_DVFS_STEPS]={
/*step 0*/{133 ,1000000 , 950000},
/*step 0*/{134 ,1000000 , 950000},
/*step 1*/{200 ,1000000 , 950000},
/*step 2*/{267 ,1000000 ,1000000} };

Expand All @@ -87,7 +87,7 @@ mali_dvfs_table mali_dvfs[MALI_DVFS_STEPS]={
#define ASV_LEVEL_SUPPORT 0

static unsigned int asv_3d_volt_5_table[ASV_5_LEVEL][MALI_DVFS_STEPS] = {
/* L3 (133MHz) L2(200MHz), L1(267MHz) */
/* L3 (134MHz) L2(200MHz), L1(267MHz) */
{1000000, 1000000, 1100000}, /* S */
{1000000, 1000000, 1100000}, /* A */
{ 950000, 950000, 1000000}, /* B */
Expand All @@ -96,7 +96,7 @@ static unsigned int asv_3d_volt_5_table[ASV_5_LEVEL][MALI_DVFS_STEPS] = {
};

static unsigned int asv_3d_volt_8_table[ASV_8_LEVEL][MALI_DVFS_STEPS] = {
/* L3 (133MHz) L2(200MHz), L1(267MHz) */
/* L3 (134MHz) L2(200MHz), L1(267MHz) */
{1000000, 1000000, 1100000}, /* SS */
{1000000, 1000000, 1100000}, /* A1 */
{1000000, 1000000, 1100000}, /* A2 */
Expand Down

0 comments on commit 4d3e5a6

Please sign in to comment.