Other Parts Discussed in Thread: OMAPL138
Tool/software: Linux
My AM5728 based hardware lost cpufreq support after upgrading processor Linux SDK to version 04.01. Looks like the new SDK uses the new driver (ARM_TI_CPUFREQ) which isn't properly starting. So the Linux kernel doesn't export cpufreq-related files to sysfs and applications can't select power management options.
[ 3.066955] cpu cpu0: dev_pm_opp_set_regulators: no regulator (vdd) found: -19
# echo 1500000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_min_freq
can't create /sys/devices/system/cpu/cpu0/cpufreq/scaling_min_freq: nonexistent directory
Is it problem of my configuration or bug in the SDK?