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