From 2cd098a60baddcc31367796d9c5544ea1f090139 Mon Sep 17 00:00:00 2001 From: Scott Collyer Date: Thu, 4 May 2017 15:52:26 -0700 Subject: 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 Reviewed-on: https://chromium-review.googlesource.com/496947 Commit-Ready: Scott Collyer Tested-by: Scott Collyer Reviewed-by: Duncan Laurie --- board/eve/board.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'board/eve') 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 -- cgit v1.2.1