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.

cpufreq dm3725 only 600 300 mhz available

Other Parts Discussed in Thread: DM3725

Trying to do frequency scaling with linux 3.0.8  on a dm3725 cpu.    It seems to work with the available 300mhz and 600mhz  scaling_available_frequencies.

Where does it get this info?  I believe the processor supports many other frequencies.  Is there a table somewhere with these values?? 

Thanks

Don

show settings
 cpuinfo_min_freq             => 300000
 cpuinfo_max_freq             => 600000
 cpuinfo_transition_latency   => 300000
 scaling_driver               => omap2plus
 scaling_available_governors  => userspace performance
 scaling_governor             => userspace
 cpuinfo_cur_freq             => 600000
 scaling_available_frequencies=> 300000 600000
 scaling_min_freq             => 300000
 scaling_max_freq             => 600000
 scaling_driver               => omap2plus
 scaling_cur_freq             => 600000
 scaling_setspeed             => 600000
Done!
frequency scaling settings
------------------------------------------------------
a. show settings
b. set to max freq
c. set to min freq
------------------------------------------------------
q. quit
choice?
c
set min freq
 cpuinfo_cur_freq             => 300000
Done!
frequency scaling settings
------------------------------------------------------
a. show settings
b. set to max freq
c. set to min freq
------------------------------------------------------
q. quit
choice?
b
set max freq
 cpuinfo_cur_freq             => 600000
Done!
frequency scaling settings
------------------------------------------------------
a. show settings
b. set to max freq
c. set to min freq
------------------------------------------------------