summaryrefslogtreecommitdiff
path: root/board
diff options
context:
space:
mode:
authorWai-Hong Tam <waihong@google.com>2020-01-16 16:04:12 -0800
committerCommit Bot <commit-bot@chromium.org>2020-01-27 21:39:28 +0000
commit43dfea03a49d46677590ac42f2fce4419835e1e7 (patch)
tree2a1bb51cfe38ab846e6ed703a6b4ddb58d2d0feb /board
parent1bc6f164256f0cf59fbf32e6ee2b9b090e22e273 (diff)
downloadchrome-ec-43dfea03a49d46677590ac42f2fce4419835e1e7.tar.gz
Trogdor: Reenable TCPC low power mode and DRP auto-toggle
Using the TCPC fw 0xd or higher, the TCPC low power mode and DRP auto-toggle don't have any issue. So we can reenable them. BRANCH=None BUG=b:145723652 TEST=Checked DUT can sink power, like >5V, and can source power to a USB device. Change-Id: I662d904951fa2144c4ef11aa0c426723e2412133 Signed-off-by: Wai-Hong Tam <waihong@google.com> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2005795 Reviewed-by: Stephen Boyd <swboyd@chromium.org>
Diffstat (limited to 'board')
-rw-r--r--board/trogdor/board.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/board/trogdor/board.h b/board/trogdor/board.h
index f44e08aaca..0bd76f8936 100644
--- a/board/trogdor/board.h
+++ b/board/trogdor/board.h
@@ -99,12 +99,8 @@
#define CONFIG_USB_PD_ALT_MODE_DFP
#define CONFIG_USB_PD_DISCHARGE_PPC
#define CONFIG_USB_PD_DUAL_ROLE
-/*
- * TODO(b/145723652): Add back the following CONFIG's after we enable
- * the PD software sync to update the PS8805 firmware.
- * #define CONFIG_USB_PD_DUAL_ROLE_AUTO_TOGGLE
- * #define CONFIG_USB_PD_TCPC_LOW_POWER
- */
+#define CONFIG_USB_PD_DUAL_ROLE_AUTO_TOGGLE
+#define CONFIG_USB_PD_TCPC_LOW_POWER
#define CONFIG_USB_PD_LOGGING
#define CONFIG_USB_PD_MAX_SINGLE_SOURCE_CURRENT TYPEC_RP_3A0
#define CONFIG_USB_PD_PORT_MAX_COUNT 2