summaryrefslogtreecommitdiff
path: root/board/drawcia/board.h
diff options
context:
space:
mode:
authorDevin Lu <devin.lu@quantatw.com>2020-06-17 16:57:16 +0800
committerCommit Bot <commit-bot@chromium.org>2020-06-18 02:53:06 +0000
commitc687adf9e953e771bc0ccac1115066fd5fafdfb7 (patch)
treefe923f5800b0aae1e8174970fa29ad49ca1c1acd /board/drawcia/board.h
parent49269321d709e4128b4c31da663fb1254b0cf82e (diff)
downloadchrome-ec-c687adf9e953e771bc0ccac1115066fd5fafdfb7.tar.gz
drawcia: change TCPC to ps8705 on USBC1 port
Drawcia support ps8705 on sub-board, this patch chagnes TCPC to ps8705 to USBC1 port. BUG=b:159013131 BRANCH=none TEST=make -j buildall Signed-off-by: Devin Lu <Devin.Lu@quantatw.com> Change-Id: Ie360d490078afafdd98fa85a9e6a7d07291ae933 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2249645 Reviewed-by: Diana Z <dzigterman@chromium.org>
Diffstat (limited to 'board/drawcia/board.h')
-rw-r--r--board/drawcia/board.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/drawcia/board.h b/board/drawcia/board.h
index a1d59b0fd6..95d7073ff9 100644
--- a/board/drawcia/board.h
+++ b/board/drawcia/board.h
@@ -60,7 +60,7 @@
/* TCPC */
#define CONFIG_USB_PD_PORT_MAX_COUNT 2
#define CONFIG_USB_PD_TCPM_ITE_ON_CHIP /* C0: ITE EC TCPC */
-#define CONFIG_USB_PD_TCPM_ANX7447 /* C1: ANX TCPC + Mux */
+#define CONFIG_USB_PD_TCPM_PS8705 /* C1: PS8705 TCPC*/
#define CONFIG_USB_PD_ITE_ACTIVE_PORT_COUNT 1
/* Thermistors */