summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--baseboard/volteer/baseboard.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/baseboard/volteer/baseboard.c b/baseboard/volteer/baseboard.c
index ee0765f65a..a34c0e446f 100644
--- a/baseboard/volteer/baseboard.c
+++ b/baseboard/volteer/baseboard.c
@@ -535,3 +535,14 @@ void board_overcurrent_event(int port, int is_overcurrented)
{
/* TODO: b/140561826 - check correct operation for Volteer */
}
+
+/*
+ * Delay assertion of PCH_SYS_PWROK from assertion of the PG_EC_ALL_SYS_PWRGD
+ * input. This ensures PCH_SYS_PWROK is asserted only after all rails have
+ * stabilized. See b/144478941 for full discussion.
+ */
+__override void board_icl_tgl_all_sys_pwrgood(void)
+{
+ msleep(50);
+}
+