This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

interface for changing clock frequency

Guru 20755 points
Hello,

The interface for changing clock frequency for is done using sysfs (according to PSP):
cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_available_frequencies

Is it possible to change it using ioctl or other mechanism without sysfs/debugfs ?

Thanks,

Ran