mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2025-12-27 18:25:05 +00:00
rambi: Pause between S5 and G3 states
This gives the AP a chance to reboot, before the EC kills it by dropping rails. BUG=chrome-os-partner:24120 BRANCH=none TEST=on AP, write 0xe to 0xcf9; system should reboot instead of shutting down Change-Id: I322a1193e90b4de37a4adaf547e1c6bf5be077c3 Signed-off-by: Randall Spangler <rspangler@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/177305 Reviewed-by: Aaron Durbin <adurbin@chromium.org>
This commit is contained in:
committed by
chrome-internal-fetch
parent
5a35eddf3e
commit
d72084463a
@@ -50,7 +50,7 @@
|
||||
IN_PGOOD_ALL_CORE | IN_ALL_PM_SLP_DEASSERTED)
|
||||
|
||||
static int throttle_cpu; /* Throttle CPU? */
|
||||
static int pause_in_s5; /* Pause in S5 when shutting down? */
|
||||
static int pause_in_s5 = 1; /* Pause in S5 when shutting down? */
|
||||
|
||||
void chipset_force_shutdown(void)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user