summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaveh Jalali <caveh@chromium.org>2021-10-28 16:00:17 -0700
committerCommit Bot <commit-bot@chromium.org>2021-10-29 22:35:55 +0000
commit9a68083bcd2a73caf6c563d9355e5c35aeb6f4b7 (patch)
treea8c19d0debd75bfc73e1a784d13895e40195d195
parente72577c801f4ee4c050dc7954d5e95f25f513de0 (diff)
downloadchrome-ec-9a68083bcd2a73caf6c563d9355e5c35aeb6f4b7.tar.gz
brya: Enable VCONN control on C1 (ps8815)
This enables TCPC based VCONN control for port C1 (ps8815). BRANCH=none BUG=b:204102039 TEST=with reset of patch stack, external monitor links up using active TBT4 cable Change-Id: I60482dfff657b53f533b6e72507776b3657a5ff5 Signed-off-by: Caveh Jalali <caveh@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3252411 Reviewed-by: Boris Mittelberg <bmbm@google.com>
-rw-r--r--board/brya/usbc_config.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/board/brya/usbc_config.c b/board/brya/usbc_config.c
index faf1904967..90c7a0e46f 100644
--- a/board/brya/usbc_config.c
+++ b/board/brya/usbc_config.c
@@ -56,7 +56,8 @@ const struct tcpc_config_t tcpc_config[] = {
},
.drv = &ps8xxx_tcpm_drv,
.flags = TCPC_FLAGS_TCPCI_REV2_0 |
- TCPC_FLAGS_TCPCI_REV2_0_NO_VSAFE0V,
+ TCPC_FLAGS_TCPCI_REV2_0_NO_VSAFE0V |
+ TCPC_FLAGS_CONTROL_VCONN,
},
[USBC_PORT_C2] = {
.bus_type = EC_BUS_TYPE_I2C,