You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment, the system-level power management assumes that system timer is always able trigger exit from sleep modes. Unfortunately this is not true for most of the SoCs. Only few dedicated peripherals could wake-up the system from most of the sleep modes and options are even more limited for deep-sleep modes where many SoCs need external device for wake-up.
Things needed:
API allowing to assign a counter device (RTC/Timer) which will be used to wake-up source from given power mode(s).
Ability to switch system clock device to the one selected for given power mode at suspend and restoring it back to the default on resume (Use counter drivers as a system clock source #12068 might help here)
The text was updated successfully, but these errors were encountered:
At the moment, the system-level power management assumes that system timer is always able trigger exit from sleep modes. Unfortunately this is not true for most of the SoCs. Only few dedicated peripherals could wake-up the system from most of the sleep modes and options are even more limited for deep-sleep modes where many SoCs need external device for wake-up.
Things needed:
The text was updated successfully, but these errors were encountered: