From 5edd11b4edbc37979efb9c7cc73af9b7e4fc4a01 Mon Sep 17 00:00:00 2001 From: Zhuohao Lee Date: Tue, 24 Aug 2021 20:32:45 +0800 Subject: 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 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3114502 Reviewed-by: Boris Mittelberg --- board/brask/board.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'board/brask') 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 */ -- cgit v1.2.1