summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Herrmann <eherrmann@chromium.org>2019-12-04 14:23:49 -0800
committerCommit Bot <commit-bot@chromium.org>2019-12-06 16:50:05 +0000
commit7a0e340aeec7c9b57373ba3bf64008d6e4afb553 (patch)
tree4cf9ec74da1591e8a86a65546a533eb8f898f044
parentdf8d46d8efa2ea63879fb18fa61dcaf4292a682a (diff)
downloadchrome-ec-7a0e340aeec7c9b57373ba3bf64008d6e4afb553.tar.gz
Volteer: Disable TCPC Low power mode
The TCPC low power mode was breaking the type-C sink detection. Disabling for now so this issue doesn't effect other bringup efforts. BUG=b:145250123 BRANCH=none TEST=make buildall TEST=check that power is supplied to SNKs connected to C0 Change-Id: I5ef062761969d37c52b1f49a69014d8eecdb44da Signed-off-by: Eric Herrmann <eherrmann@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/1951416 Reviewed-by: Keith Short <keithshort@chromium.org> Tested-by: Keith Short <keithshort@chromium.org>
-rw-r--r--baseboard/volteer/baseboard.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/baseboard/volteer/baseboard.h b/baseboard/volteer/baseboard.h
index 634fe33d69..b2ff5e6c61 100644
--- a/baseboard/volteer/baseboard.h
+++ b/baseboard/volteer/baseboard.h
@@ -110,7 +110,8 @@
#define CONFIG_USB_PD_DUAL_ROLE
#define CONFIG_USB_PD_MAX_SINGLE_SOURCE_CURRENT TYPEC_RP_3A0
#define CONFIG_USB_PD_PORT_MAX_COUNT 2
-#define CONFIG_USB_PD_TCPC_LOW_POWER
+/* TODO: b/145250123: Enabling low-power mode breaks USB SNK detection */
+#undef CONFIG_USB_PD_TCPC_LOW_POWER
#define CONFIG_USB_PD_TCPM_TCPCI
#define CONFIG_USB_PD_TCPM_TUSB422 /* USBC port C0 */
#define CONFIG_USB_PD_TRY_SRC