Hello community.
I just try to control CPU frequency or governor for i.MX93-EVK.
But it have no cpufreq directory under /sys/devices/system/cpu/cpu0 and cpu1.
I check it both Linux BSP L6.1.1_1.0.0 and L6.1.22_2.0.0.
In Application note AN13917 i.MX 93 Power Consumption Measurement rev0.
It have result both 1.7GHz and 1.4GHz CPU frequency.
So I think it have some method to control cpu frequency.
Other board (i.MX7D-SABRE) with Linux BSP L6.1.22_2.0.0, it can see cpufreq directory.
Does IMX93-EVK not support CPU frequency scaling?
Best regards,
Ishii.
解決済! 解決策の投稿を見る。
i.MX93 doesn't support DVFS, you can switch to nominal mode with below command:
root@imx93evk:~# echo 1 > /sys/devices/platform/imx93-lpm/mode
root@imx93evk:~# mhz
1398 MHz, 0.7153 nanosec clock
root@imx93evk:~#
Best Regards
Zhiming
i.MX93 doesn't support DVFS, you can switch to nominal mode with below command:
root@imx93evk:~# echo 1 > /sys/devices/platform/imx93-lpm/mode
root@imx93evk:~# mhz
1398 MHz, 0.7153 nanosec clock
root@imx93evk:~#
Best Regards
Zhiming
Hello @Zhiming_Liu
thank you for your quick response.
I can change it on my board.
root@imx93-11x11-lpddr4x-evk:~# echo 1 > /sys/devices/platform/imx93-lpm//mode
[13414.223659] System switching to ND mode...
root@imx93-11x11-lpddr4x-evk:~# mhz
1398 MHz, 0.7153 nanosec clock
root@imx93-11x11-lpddr4x-evk:~# cat /sys/devices/platform/imx93-lpm/mode
System is in ND mode with DDR 1866 MTS!
Best regards,
Ishii.