I cannot get cpufreq power management to work on the OMAP3530 EVM (Rev G). The frequency is always stuck at 500MHz and 1.2V. I've tried the PSP v2.01.03.11 and 3.0.0.4. (Based on OMAP-PM branch, according to software manifest). I configured the kernel starting from the default, and included changes for PM and PMIC chanpters in the PSP 3.0.0.4 user manual. I think I've uploaded the kernel .config. (I hope its attaced) See example command transcript below. I tried to change the governor settings, and tried directly writing frequecy values, but the frequency always is stuck at 500MHz, and I measure the VDD1 voltage always @1.2V. Anyone know what is wrong? (Config, commands, or problem with Kernel?)
#cd /sys/devices/system/cpu/cpu0/cpufreq # cat scaling_governor
userspace
# cat cpuinfo_cur_freq
500000
# echo conservative > scaling_governor
# cat cpuinfo_cur_freq
500000
# echo performance > scaling_governor
# cat cpuinfo_cur_freq
500000
# cat stats/time_in_state
720000 0
600000 0
550000 0
500000 196271
250000 0
125000 0
# echo 125000 > scaling_setspeed
# cat cpuinfo_cur_freq
500000