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.

How can I set and check AM335x frequency without PMIC

Hi,

My platform uses a fixed core voltage source and no PMIC is used.

So I tried to set a fixed cpu frequency in u-boot function am33xx_spl_board_init with parameter MPUPLL_M_300 and MPUPLL_M_600.

But I found the the dhrystone scores of these two PLL settings are the same .

Since SDK doesn't well support system w/o PMIC, the cpufreq can't be initialized correctly.

Therefore, I can't get frequency information from /sys/devices/system/cpu/cpu0/cpufreq.

How can I set and check it correctly?