Hello,
I'm testing the 7ULP EVK board. Only powering the SOM though USB-C.
Current distribution 4.9.88-imx_4.9.88_2.0.0_ga+g5e23f9d
Potentially, the A7 processor should enter WFI, PSTOP2 (Wait) or PSTOP1 (Stop) when the system goes idle.
Actually, only WFI mode seems to be used, with only superficial power saving.
I can see we are not entering the other power saving mode because :
Power top indicate 0% in WAIT and STOP modes.
And also
cat /sys/devices/system/cpu/cpu0/cpuidle/state0/usage
Shows a big positive value whereas
cat /sys/devices/system/cpu/cpu0/cpuidle/state1/usage
and
cat /sys/devices/system/cpu/cpu0/cpuidle/state2/usage
both shows 0.
Any idea of what may impeach the system to use the deeper idle state modes ?