Tool/software:
Hi TI Team,
With SDK 9.1, by default frequency scaling options is disabled for AM3352 and thus the processor works at fixed 300 Mhz.
For reference:
cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_available_frequencies
cat: can't open '/sys/devices/system/cpu/cpu0/cpufreq/scaling_available_frequencies': No such file or directory
In past, tried to enable the frequency scaling with SDK 4.03 and able to get 150 and 75 options [with not recommended dts configs].
opp50@150000000 {
opp-hz = /bits/ 64 <150000000>;
opp-microvolt = <950000 931000 969000>;
opp-supported-hw = <0xFF 0xFFFF>;
opp-suspend;
};
I guess, opp-supported-hw value is not correct for AM3352.
Our previous discussion on this topic:
AM3352: Frequency scaling in AM3352BZCEA30 - Processors forum - Processors - TI E2E support forums
The short question is,
Does TI recommend using frequency scaling for chip AM3352BZCEA30?
If yes, then,
1. For which frequencies? [150, 75, or lower]
2. What will be the recommended dts config for the same?
Thanks in Advance
Regards,
Patel