Tool/software: Linux
Hello,
I am wondering if cpufrequency scaling support is possible using the AM5708.
My goal is to be able to manage the board's power consumption in Linux.
According to the kernel documentation, "cpufrequency" support features are available.
https://www.kernel.org/doc/Documentation/cpu-freq/governors.txt
Enabling the correct kernel options should enable the /sys/devices/system/cpu/cpu0/cpufreq interface.
(confirmed in other posts for different ARM based SoC's (e.g. https://e2e.ti.com/support/arm/sitara_arm/f/791/p/617657/2275671?tisearch=e2e-sitesearch&keymatch=cpufrequency%20scaling#2275671)
However enabling these flags do not result in the expected entries in /sys.
Question: Does the AM5708 support this kernel feature?
Via the u-boot dpll configuration (mpu_dpll_params_1ghz) I was able to hardcode the mpu dpll parameters to a different set of values,
resulting in a different mpu frequency, but this is not a option to support a more dynamic implementation.
Regards,
Hugo Heutinck