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.

Linux/DRA71: config MPU clock frequency

Part Number: DRA71
Other Parts Discussed in Thread: DRA72

Tool/software: Linux

I get the J6entry evm, and actually I use 712. So I want to config the GPU and MPU clock fredyqency.

use below command to config and no effect, could you give me some suggestions.

Select userspace governor
echo -n "userspace" > /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor
When using "userspace" governor to change to a low/high power state/OPP, first check the available frequencies:
$cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_available_frequencies
Select a frequency and to change current cpu frequency, execute the following:

$echo -n "<new_frequency> > /sys/devices/system/cpu/cpu0/cpufreq/scaling_setspeed