summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiana Z <dzigterman@chromium.org>2021-04-20 15:09:40 -0600
committerCommit Bot <commit-bot@chromium.org>2021-05-05 21:33:37 +0000
commitbfa6f4ddad316ef5b13497504680e25579464be3 (patch)
treebccd731862b93745cce22e29c566d6bf898d4224
parent51f52fa476dd99b2ac7d0e65b3a8abaf17d102af (diff)
downloadchrome-ec-bfa6f4ddad316ef5b13497504680e25579464be3.tar.gz
Mancomb: Increase LPM exit debounce
With the default exit LPM debounce of 25 ms, the NCT3807 may not correctly register a new connection. Make the debounce longer to ensure our initial connection state is more reliable. BRANCH=None BUG=b:183182447 TEST=make -j buildall Signed-off-by: Diana Z <dzigterman@chromium.org> Change-Id: I83c90e2cfe1c6ac19aaa90c721b47b85e1d553b5 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2842243 Reviewed-by: Rob Barnes <robbarnes@google.com>
-rw-r--r--baseboard/mancomb/baseboard.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/baseboard/mancomb/baseboard.h b/baseboard/mancomb/baseboard.h
index f5cfa2ad07..0c4782788e 100644
--- a/baseboard/mancomb/baseboard.h
+++ b/baseboard/mancomb/baseboard.h
@@ -137,6 +137,8 @@
#define CONFIG_USB_PD_DUAL_ROLE_AUTO_TOGGLE
#define CONFIG_USB_PD_LOGGING
#define CONFIG_USB_PD_TCPC_LOW_POWER
+#undef CONFIG_USB_PD_TCPC_LPM_EXIT_DEBOUNCE
+#define CONFIG_USB_PD_TCPC_LPM_EXIT_DEBOUNCE (100 * MSEC)
#define CONFIG_USB_PD_TCPM_MUX
#define CONFIG_USB_PD_TCPM_NCT38XX
#define CONFIG_USB_PD_TCPM_TCPCI