Hello,
we are using a Speed Grade S AM62 SoC that means maximum CPU speed of 1000MHz.
We see that kernel 5.10 complains (correctly, because we are using out of specification):
cpu cpu0: dev_pm_opp_set_rate: failed to find current OPP for freq 1250000000 (-34)
Kernel 6.1 complains too:
cpufreq: cpufreq_online: CPU0: Running at unlisted initial frequency: 1250000 KHz, changing to: 1000000 KHz
u-boot is setting the 1.25 GHz cpu core frequency while it should set to 1 GHz.
What can we do to fix the problem?
I dug around u-boot code (both TI 2023.04 and denx/master) but I was not able to find where the cpu core frequency is set.