summaryrefslogtreecommitdiff
path: root/board/coachz/board.h
diff options
context:
space:
mode:
authorWai-Hong Tam <waihong@google.com>2020-09-23 14:08:03 -0700
committerCommit Bot <commit-bot@chromium.org>2020-09-24 00:13:00 +0000
commitc982170a1456dbe8da1af88e6102b761a88e3b89 (patch)
treee4d2925b59d588edac7d0fd81f06d04e810c19c3 /board/coachz/board.h
parent9ed05c4152a309f1fb54000ba30dfc187b6b6142 (diff)
downloadchrome-ec-c982170a1456dbe8da1af88e6102b761a88e3b89.tar.gz
Coachz: Change TCPC to PS8805
I was misled by the Block Diagram page in the schematic file, which shows PS8751 is used. But in the content, actually PS8805 is used. Updated the CONFIG to reflect the change. BRANCH=None BUG=b:167884598 TEST=Built the Coachz board image. Change-Id: Id0d79b8719e403ddb6f097cfd7e361160828f2e2 Signed-off-by: Wai-Hong Tam <waihong@google.com> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2427433 Commit-Queue: Alexandru M Stan <amstan@chromium.org> Reviewed-by: Alexandru M Stan <amstan@chromium.org>
Diffstat (limited to 'board/coachz/board.h')
-rw-r--r--board/coachz/board.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/coachz/board.h b/board/coachz/board.h
index 47f5f71641..b85d057604 100644
--- a/board/coachz/board.h
+++ b/board/coachz/board.h
@@ -31,7 +31,7 @@
#define CONFIG_BC12_DETECT_PI3USB9201
/* USB */
-#define CONFIG_USB_PD_TCPM_PS8751
+#define CONFIG_USB_PD_TCPM_PS8805
#define CONFIG_USBC_PPC_SN5S330
#define CONFIG_USB_PD_PORT_MAX_COUNT 2