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?