summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Barnes <robbarnes@google.com>2021-04-27 12:38:39 -0600
committerCommit Bot <commit-bot@chromium.org>2021-04-27 22:36:02 +0000
commitda8382de9741fad4af44dda39e59ec232f1ea66c (patch)
tree4011b568784d3e168d1340895241b1c1ec6f412e
parentfe6f75345684784177ff66f4ac982ef3848895f3 (diff)
downloadchrome-ec-da8382de9741fad4af44dda39e59ec232f1ea66c.tar.gz
guybrush: Set G3_TO_PWRBTN_DELAY_MS to 16ms
G3->S0 timing requires atleast 16 ms between RSMRST_L deasserting and PWRBTN asserting. BUG=b:183038598 TEST=16ms delay measured in scope. Boots normally. BRANCH=None Signed-off-by: Rob Barnes <robbarnes@google.com> Change-Id: Ic025445ec18f01cc3447014c4a5a5c8f8c2b4ba3 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2855214 Reviewed-by: Diana Z <dzigterman@chromium.org>
-rw-r--r--baseboard/guybrush/baseboard.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/baseboard/guybrush/baseboard.h b/baseboard/guybrush/baseboard.h
index e777df4070..a068e03f12 100644
--- a/baseboard/guybrush/baseboard.h
+++ b/baseboard/guybrush/baseboard.h
@@ -48,7 +48,7 @@
#define CONFIG_POWER_S0IX
#define CONFIG_POWER_SLEEP_FAILURE_DETECTION
#define CONFIG_POWER_TRACK_HOST_SLEEP_STATE
-#define G3_TO_PWRBTN_DELAY_MS 200
+#define G3_TO_PWRBTN_DELAY_MS 16
#define GPIO_AC_PRESENT GPIO_ACOK_OD
#define GPIO_EN_PWR_A GPIO_EN_PWR_S5
#define GPIO_PCH_PWRBTN_L GPIO_EC_SOC_PWR_BTN_L