Hi,
Here you need firstly to confirm if your chip is supported the 1.2GHz,
You can to view what values the CPU frequency can be changed to in KHz (The values in the first column are the frequency values) use this command:
cat /sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state
Take the 79200 as an example, if the 79200 is in the support CPU frequency list, you can use the follow command to set the CPU frequency:
echo 792000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_setspeed
So it is the same with the 1.2GHz setting.
Hope this can do help for you.
Have a great day,
Rita
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------