Skip to content

Commit

Permalink
overclock: reset sr_adjust_vsel on mpu_opps write to get the vsel rec…
Browse files Browse the repository at this point in the history
…alibrated by smartreflex
  • Loading branch information
nadlabak committed Mar 14, 2013
1 parent 2448751 commit aa02127
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/mach-omap2/clock34xx.c
Original file line number Diff line number Diff line change
Expand Up @@ -1168,7 +1168,7 @@ static int proc_mpu_opps_write(struct file *filp, const char __user *buffer,
//update mpu_opps
mpu_opps[index].rate = rate;
mpu_opps[index].vsel = vsel;
mpu_opps[index].sr_adjust_vsel = vsel;
mpu_opps[index].sr_adjust_vsel = 0;

//update frequency table (MAX_VDD1_OPP - index)
freq_table[MAX_VDD1_OPP - index].frequency = rate / 1000;
Expand Down

0 comments on commit aa02127

Please sign in to comment.