Hi Tony, Adam, I noticed that after I fixed the OFF mode regression between v5.9 and v5.10 that there are another one between v5.10 and v5.11. Fortunately, much like the other change it can be worked around with a config change, and in fact it looks like the commit identified by git bisect is indeed just a commit to change omap2plus_defconfig. a82820fcd079e38309403f595f005a8cc318a13c ("ARM: omap2plus_defconfig: Enable OMAP3_THERMAL") prevents the N900 from entering OFF mode pretty much all the time (I've seen scenarios with OFF:2,RET:500), but with the config change reverted, stuff like this is more common: OFF:13,RET:2 We will probably to keep the thermal features enabled, but maybe we can figure out why it causes the SoC to not enter sleep modes? The good news is that this seems to be one of the last regressions with regards to OFF mode (there might be smaller ones that cause slightly more wakeups, but those will be harder to find). With this (CONFIG_OMAP3_THERMAL) config option disabled as well; as fixes from my other recent emails I can get my 5.15 branch to enter OFF mode again: > # uname -a > Linux (none) 5.15.2-00597-g68be8fac7cbd #48 SMP PREEMPT Sat Dec 11 00:14:05 CET 2021 armv7l GNU/Linux > # grep ^core_pwrdm /sys/kernel/debug/pm_debug/count | cut -d',' -f2, > OFF:13,RET:10 Regards, Merlijn