Other Parts Discussed in Thread: AM3352, TPS65910
We have a board using the AM3351. We have successfully configured u-boot and arago linux. We're using the 03.00.00.04 SDK.
We are looking for confirmation of the CPU frequency, and also a way to set the frequency.
I found in other forum posts that you can see the cpu freq here:
but we don't have that directory on our system.
I did:
which returns:
processor : 0 model name :
I understand the BogoMIPS should be roughly equal to the Mhz, is that correct?
CPUfreq looks to be enabled as per the kernel config:
[*] CPU Frequency scaling │ │
│ │ <*> CPU frequency translation statistics │ │
│ │ [*] CPU frequency translation statistics details │ │
│ │ Default CPUFreq governor (ondemand) ---> │ │
│ │ -*- 'performance' governor │ │
│ │ <*> 'powersave' governor │ │
│ │ <*> 'userspace' governor for userspace frequency scaling │ │
│ │ -*- 'ondemand' cpufreq policy governor │ │
│ │ <*> 'conservative' cpufreq governor │ │
│ │ *** CPU frequency scaling drivers *** │ │
│ │ <*> Generic DT based cpufreq driver │ │
│ │ [ ] TI OMAP2+ │ │
│ │ <*> Texas Instruments CPUFreq support │ │
│ │ < > CPU frequency scaling driver for Freescale QorIQ SoCs
But I'm not seeing the
/sys/devices/system/cpu/cpu0/cpufreq/
folder.
Any recommendations? Do we need something specific in the device tree for this to work?
Thanks,
Tim