summaryrefslogtreecommitdiff
path: root/board/brask
diff options
context:
space:
mode:
authorZhuohao Lee <zhuohao@chromium.org>2021-08-24 20:32:45 +0800
committerCommit Bot <commit-bot@chromium.org>2021-08-25 08:36:50 +0000
commit5edd11b4edbc37979efb9c7cc73af9b7e4fc4a01 (patch)
treecd1655daaebb2834c78faed4ae56c53d815c74d6 /board/brask
parentc97f38658cf4ef3c541abcf4118ba511da6b35c7 (diff)
downloadchrome-ec-5edd11b4edbc37979efb9c7cc73af9b7e4fc4a01.tar.gz
brask: configure the usb type-a port
Set USB_PORT_COUNT to 4 to support 4 usb type-a ports. BUG=b:191637086 BRANCH=None TEST=make BOARD=brask Change-Id: I5c958e04a41af99448e03d79533a847959972408 Signed-off-by: Zhuohao Lee <zhuohao@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3114502 Reviewed-by: Boris Mittelberg <bmbm@google.com>
Diffstat (limited to 'board/brask')
-rw-r--r--board/brask/board.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/brask/board.h b/board/brask/board.h
index 433cf27ad7..dbd94d2be7 100644
--- a/board/brask/board.h
+++ b/board/brask/board.h
@@ -19,7 +19,7 @@
#define DEDICATED_CHARGE_PORT 3
/* USB Type A Features */
-#define USB_PORT_COUNT 1
+#define USB_PORT_COUNT 4
#define CONFIG_USB_PORT_POWER_DUMB
/* USB Type C and USB PD defines */