We are trying to get to the lowest operating frequency possible when the OMAP-L138 is idle but not in sleep.
As indicated by http://processors.wiki.ti.com/index.php/OMAP-L1_Linux_Drivers_Usage#Power_Management we can use cpufreq to adjust the operating frequency of the OMAP-L138 on the fly. However the current implementation only allows us to adjust to as low as 96MHz.
For this reason I would like to ask the following questions:
1. If we want to adjust to the lowest possible operating frequency what value should that be without causing any issues on the other parts of the system?
2. Can you point us to a resource that will help us understand how to change the cpufreq code to add another frequency to support?