All,
I am trying to get the cpu frequency driver to allow me to dynamically set the cpu frequency on my omap3530DCUS part. I ran menuconfig and set cpu powermanagement/cpu frequency enabled, userspace as the default governor, and then compiled the code. Then, running the kernel I found 2 problems:
1. frequency selection from 125 to 550MHz.
2. cpufreq-set runs fine, but doesn't change the frequency.
My goal is to be able to run at 720MHz while I am loading content to the harddrive, and then resume operation at 500MHz for normal use. This is a tablet-like application, and the content is primarily music and videos which I load on to the 120GB hard drive.
Please help.
Rob