summaryrefslogtreecommitdiff
path: root/board/helios/board.h
diff options
context:
space:
mode:
authorScott Collyer <scollyer@google.com>2019-05-28 16:16:46 -0700
committerCommit Bot <commit-bot@chromium.org>2019-06-15 00:05:00 +0000
commita5e4ad34e7301acccba31e1e7a9c94258e7973da (patch)
tree4c8e2408150e8d85bfc0d7b4163bf812f8173fae /board/helios/board.h
parent118975fb5985550abb88d2a2fea525c7f31f9852 (diff)
downloadchrome-ec-a5e4ad34e7301acccba31e1e7a9c94258e7973da.tar.gz
helios: Change port 0 TCPC from ANX7447 to PS8751
This CL changes the TCPC config for port 0 from the ANX7447 to the PS8751. It includes changing the gpio name for the reset to reflect that it's active low instead of active high. BUG=b:133501368 BRANCH=none TEST=make -j BOARD=helios Change-Id: Ic96b8e9ddbf229c251cae3db4a70feb7b7e83765 Signed-off-by: Scott Collyer <scollyer@google.com> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/1633910 Commit-Queue: Furquan Shaikh <furquan@chromium.org> Tested-by: Scott Collyer <scollyer@chromium.org> Tested-by: Furquan Shaikh <furquan@chromium.org> Reviewed-by: Furquan Shaikh <furquan@chromium.org> Reviewed-by: Tim Wawrzynczak <twawrzynczak@chromium.org>
Diffstat (limited to 'board/helios/board.h')
-rw-r--r--board/helios/board.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/board/helios/board.h b/board/helios/board.h
index ff0b803a09..e353ce9e4b 100644
--- a/board/helios/board.h
+++ b/board/helios/board.h
@@ -50,12 +50,12 @@
#define OPT3001_I2C_ADDR OPT3001_I2C_ADDR1
/* USB Type C and USB PD defines */
-#define CONFIG_USB_PD_TCPM_ANX7447
#define CONFIG_USB_PD_TCPM_PS8751
-#define BOARD_TCPC_C0_RESET_HOLD_DELAY ANX74XX_RESET_HOLD_MS
-#define BOARD_TCPC_C0_RESET_POST_DELAY ANX74XX_RESET_HOLD_MS
+#define BOARD_TCPC_C0_RESET_HOLD_DELAY PS8XXX_RESET_DELAY_MS
+#define BOARD_TCPC_C0_RESET_POST_DELAY 0
#define BOARD_TCPC_C1_RESET_HOLD_DELAY PS8XXX_RESET_DELAY_MS
#define BOARD_TCPC_C1_RESET_POST_DELAY 0
+#define GPIO_USB_C0_TCPC_RST GPIO_USB_C0_TCPC_RST_ODL
#define GPIO_USB_C1_TCPC_RST GPIO_USB_C1_TCPC_RST_ODL
/* USB Type A Features */