diff options
-rw-r--r-- | power/mt8183.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/power/mt8183.c b/power/mt8183.c index b4795a3e34..244cb5f8de 100644 --- a/power/mt8183.c +++ b/power/mt8183.c @@ -386,8 +386,9 @@ enum power_state power_handle_state(enum power_state state) case POWER_S5G3: /* * If PMIC is still not off, assert PMIC_FORCE_RESET_ODL. - * This should not happen if PMIC is configured properly, and - * shuts down upon receiving WATCHDOG. + * This should only happen for forced shutdown where the AP is + * not able to send a command to the PMIC. Also, PMIC will lose + * RTC state, in that case. */ if (power_get_signals() & IN_PGOOD_PMIC) { CPRINTS("Forcing PMIC off"); |