summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--power/mt8183.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/power/mt8183.c b/power/mt8183.c
index 7efbd15e44..735e59830f 100644
--- a/power/mt8183.c
+++ b/power/mt8183.c
@@ -44,7 +44,11 @@
#define IN_ALL_S0 (IN_PGOOD_S0 & ~IN_SUSPEND_ASSERTED)
/* Long power key press to force shutdown in S0. go/crosdebug */
+#ifdef VARIANT_KUKUI_JACUZZI
+#define FORCED_SHUTDOWN_DELAY (8 * SECOND)
+#else
#define FORCED_SHUTDOWN_DELAY (10 * SECOND)
+#endif
/* Long power key press to boot from S5/G3 state. */
#ifndef POWERBTN_BOOT_DELAY