|
Cannot set cpu freq above 1200000
Posted at 1/13/2016 02:56:05
View:3647
|
Replies:5
Print
Only Author
[Copy Link]
1#
Hello,
I'm trying to set the cpu frequencies on a stock Fireprime (linux kernel 3.10.0 #98) using the pseudo files located in /sys/devices/system/cpu/cpux/xxxx.
I selected a userspace governor with the command:
sudo echo userspace > /sys/devices/system/cpu/cpu3/scaling_governor
And then tried the following command:
sudo echo 1320000 > /sys/devices/system/cpu/cpu3/scaling_setspeed
The available frequencies list includes the highest values 1200000, 1296000 and 1320000. But the frequency which is set is limited to 1200000 as shown by the command:
sudo cat /sys/devices/system/cpu/cpu3/scaling_cur_freq
Any idea why the max freq is limited to 1200000 instead of 1320000?
Thank you
|
|