summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorScott Collyer <scollyer@google.com>2017-05-04 15:52:26 -0700
committerchrome-bot <chrome-bot@chromium.org>2017-05-04 21:38:50 -0700
commit2cd098a60baddcc31367796d9c5544ea1f090139 (patch)
tree3acb000944610f59e1df121c28d890c23d06b273
parente13695c0175dcb7854de74ed7c69e6054b0481dc (diff)
downloadchrome-ec-2cd098a60baddcc31367796d9c5544ea1f090139.tar.gz
eve: Enable TCPC low power mode
This mode had to be disabled for P1 because of leakages on PP3300_A that affected the voltage levels on the CC lines. With EVT the leakage issues have been resolved and now this feature can be enabled. BUG=b:35648532 BRANCH=none TEST=With lidopen attached sink only adapter to port 1. Then executed 'lidclose' via the EC console and verified that the port went into low power mode as expected. In addition, without adapter connected, verified that when in low power mode the EC console was not flooded with low power messages. Change-Id: I281497cc6fe251d48c4ea737c7b4242200d39421 Signed-off-by: Scott Collyer <scollyer@google.com> Reviewed-on: https://chromium-review.googlesource.com/496947 Commit-Ready: Scott Collyer <scollyer@chromium.org> Tested-by: Scott Collyer <scollyer@chromium.org> Reviewed-by: Duncan Laurie <dlaurie@google.com>
-rw-r--r--board/eve/board.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/board/eve/board.h b/board/eve/board.h
index 29cfc55cea..236e1f2601 100644
--- a/board/eve/board.h
+++ b/board/eve/board.h
@@ -154,8 +154,7 @@
#define CONFIG_USB_PD_PORT_COUNT 2
#define CONFIG_USB_PD_QUIRK_SLOW_CC_STATUS
#define CONFIG_USB_PD_VBUS_DETECT_CHARGER
-/* TODO: re-enable after fixing issue 63204 */
-/*#define CONFIG_USB_PD_TCPC_LOW_POWER*/
+#define CONFIG_USB_PD_TCPC_LOW_POWER
#define CONFIG_USB_PD_TCPM_MUX
#define CONFIG_USB_PD_TCPM_ANX74XX
#define CONFIG_USB_PD_TCPM_TCPCI