cpufreq won't show up

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

cpufreq won't show up

Jump to solution
1,717 Views
niklasmolin
Senior Contributor I

I'm compiling linux image (4.14) for an i.mx6QP and noticed that cpufreq doesn't show up under /sys/devices/systems/cpu/cpu0

What could the be reason why it doesn't show up?

Labels (2)
0 Kudos
1 Solution
1,531 Views
niklasmolin
Senior Contributor I

Found the issue.

There was mistake in my .dts file.

View solution in original post

0 Kudos
6 Replies
1,532 Views
niklasmolin
Senior Contributor I

Found the issue.

There was mistake in my .dts file.

0 Kudos
1,531 Views
igorpadykov
NXP Employee
NXP Employee

Hi Niklas

please try L4.1.15 offical nxp bsps (there is no 4.14) described on

i.MX 6 / i.MX 7 Series Software and Development Tool|NXP 

cpufreq driver is described in Chapter 23 CPU Frequency Scaling (CPUFREQ) Driver

attached Linux Manual.

Best regards
igor
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 Kudos
1,531 Views
niklasmolin
Senior Contributor I

Hi Igor.

Thanks for your response.

The reason we we decided to go for the latest Linux version because we could not get the PCI to work in our design when using 4.1.x version.

I know the CPU frequency driver worked when we were running the image on an i.mx6D, but when I ran on the i.mxQP it didn't show up.

The only difference is that I had to change u-boot when running on the QP version.

Regards,

Niklas

0 Kudos
1,531 Views
igorpadykov
NXP Employee
NXP Employee

Hi Niklas

there are several kernels and versions but not all of them have comprehensive

i.MX6QP support

[meta-freescale] Issue with freescale git server at git.freescale.com 

suggest to test with nxp official bsps described on

i.MX 6 / i.MX 7 Series Software and Development Tool|NXP 

Best regards
igor

0 Kudos
1,531 Views
niklasmolin
Senior Contributor I

Hi Igor.

For the moment I'm just interested to see that it's running with full speed.

Is there an easy way to verify that it's running with the highest frequency (since I don't have access the frequency info kernel). Or is it to just read some of the registers to see what the clock is set to?

Regards,

Niklas

0 Kudos
1,531 Views
igorpadykov
NXP Employee
NXP Employee

Hi Niklas

one can output arm_clk_root on CLKO pin using CCM_CCOSR register

and test it with oscilloscope.

Best regards
igor

0 Kudos