This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Missing cpufreq in SDK01

Hi all

We are working with a custom board based in am335x-evm

We want to change the working frequency of the processor during some point of our application. I understand that it can be done through cpufreq. Some time ago we were working with SDK06, kernel 3.2, and we were able to do it.

But now we are using SDK01, kernel 3.14.43 and we can't find the cpufreq anymore.

In kernel configuration CPU Frequency scaling is enabled and 'userspace' is set as Default CPUFreq governor.

After booting and login with the serial console, we are unable to find cpufreq so we cannot change the sitara working frequency.

ls /sys/devices/system/cpu/
cpu0        kernel_max  online      power       uevent
cpuidle     offline     possible    present
ls /sys/devices/system/cpu/cpu0
cpuidle           crash_notes_size  subsystem         uevent
crash_notes       power             topology

Any idea of where is our problem or misconfiguration?

Thanks.