View Single Post
Posts: 171 | Thanked: 114 times | Joined on Feb 2010
#2554
Originally Posted by titan View Post
the customizable voltage kernel is ready:
Code:
# cat /sys/power/sr_vdd1_opps_vsel
30 30 38 48 54 48 60 60 60 60 60 60 60 67 72
echo "30 30 38 48 54 48 60 60 60 60 60 60 60 67 72" > /sys/power/sr_vdd1_opps_vsel
The meaning of the voltages (first column):
Code:
stock/normal kernel
30 = 0x1e = 0.975V x 0 MHz = 0
XLV kernel:
30 = 0x1e = 0.975V x 0 MHz = 0
I have verified that the customized voltages are actually used.
feel free to play with it.
I'm now uploading it to extras-devel.
Do you need this? OPP1 is the voltage at 125MHz so why do you need a 0MHz voltage as it is not going to change anything? I also notice that you have nudged the voltages up compared to ideal. Did that fix your reboot issue? (though of course, given that everything is configurable, it doesn't really matter)

Last edited by arbitrabbit; 2010-04-12 at 23:29.