According to this :
If you use a user space slider, you can write to / sys / devices / system / cpu / cpu 0 / cpufreq / scaling_setspeed to change the current speed.
cpu MHz : 697.252
cpu MHz : 976.152
To enable a custom controller, you must write userspaceto /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
# echo userspace > /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor
source
share