[IMX93] It have no cpufreq directory under sys_fs.

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

[IMX93] It have no cpufreq directory under sys_fs.

跳至解决方案
1,274 次查看
takayuki_ishii
Contributor IV

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.

标记 (1)
0 项奖励
回复
1 解答
1,258 次查看
Zhiming_Liu
NXP TechSupport
NXP TechSupport

Hi @takayuki_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 

在原帖中查看解决方案

0 项奖励
回复
2 回复数
1,259 次查看
Zhiming_Liu
NXP TechSupport
NXP TechSupport

Hi @takayuki_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 

0 项奖励
回复
1,246 次查看
takayuki_ishii
Contributor IV

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.

0 项奖励
回复