Hello TI,
We are using DM8148 based custom board. We have enabled CPU Power Mgt.-> CPU Frequency scaling and Power Management support. We are changing the different governor available using below command:
- We are using this command to change the scaling mode to powersave.
- echo powersave > /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor
- After the above command when we check the current frequency it is 600000.
- cat /sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_cur_freq
- After that we are changing back the governor to performance
- echo performance > /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor
When in the performance mode we want to change back the CPU frequency back to 1000000. We tried changing the frequency using below command, but it remains same i.e. 600000
- echo -n "1000000" > /sys/devices/system/cpu/cpu0/cpufreq/scaling_setspeed
Please suggest if I am doing anything wrong. Is there any thing I am missing?
Thanks,
Krunal