Other Parts Discussed in Thread: OMAP3530
kernel version:2.6.28rc9
hardware version:omap3_devkit8000 (omap3530)
I copy arch/arm/configs/omap3_devkit8000_defconfig .config,then
In menuconfig change the following
1) Enable CPU Frequency scaling -> CPU Frequency scaling
2) Enable CPU Frequency scaling -> CPU Frequency scaling -> ‘ondemand’ cpufreq policy governor.
update kernel,boot is ok.But i find nothing in /sys/devices/system/cpu/cup0.
run cpufreq-info ,then "no or unknown cpufreq driver" occur. where is wrong? menuconfig? Should I write a cpufreq driver myself? or else?
thanks advanced!