[IMX93] It have no cpufreq directory under sys_fs.

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

[IMX93] It have no cpufreq directory under sys_fs.

Jump to solution
1,161 Views
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.

Tags (1)
0 Kudos
Reply
1 Solution
1,145 Views
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 

View solution in original post

0 Kudos
Reply
2 Replies
1,146 Views
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 Kudos
Reply
1,133 Views
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 Kudos
Reply