summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--board/yorp/board.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/board/yorp/board.h b/board/yorp/board.h
index bf3522cd45..e827677578 100644
--- a/board/yorp/board.h
+++ b/board/yorp/board.h
@@ -143,7 +143,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? */
+#undef CONFIG_EXTPOWER_DEBOUNCE_MS
+/*
+ * ISL923x driver sets "Adapter insertion to Switching Debounce"
+ * CONTROL2 REG 0x3DH <Bit 11> to 1 which is 150 ms
+ */
+#define CONFIG_EXTPOWER_DEBOUNCE_MS 200
#ifndef __ASSEMBLER__