summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--board/bip/board.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/board/bip/board.h b/board/bip/board.h
index 9c329c19f0..1625fb37bc 100644
--- a/board/bip/board.h
+++ b/board/bip/board.h
@@ -111,7 +111,12 @@
#define CONFIG_POWER_BUTTON
#define CONFIG_POWER_BUTTON_X86
#define CONFIG_EXTPOWER_GPIO
-/* TODO(b/75974377), increase CONFIG_EXTPOWER_DEBOUNCE_MS from 30 to 1000? */
+
+/*
+ * From BQ25703: CHRG_OK is HIGH after 50ms deglitch time.
+ */
+#undef CONFIG_EXTPOWER_DEBOUNCE_MS
+#define CONFIG_EXTPOWER_DEBOUNCE_MS 50
#ifndef __ASSEMBLER__