summaryrefslogtreecommitdiff
path: root/board/brask/board.c
diff options
context:
space:
mode:
authorZhuohao Lee <zhuohao@chromium.org>2021-08-24 19:02:44 +0800
committerCommit Bot <commit-bot@chromium.org>2021-08-25 06:11:09 +0000
commit0ae3b223f55d5f8613d854713ab80dd98b728463 (patch)
treead4a1da7528013408785b7ad9a777e27634f5064 /board/brask/board.c
parent418cc5cbb9bede43fbe8213a518b9faf3c2b9dc0 (diff)
downloadchrome-ec-0ae3b223f55d5f8613d854713ab80dd98b728463.tar.gz
brask: modify gpio.inc and i2c.c
This patch modifies the gpio.in and i2c.c based on the brask rev0818 schematics. Since pins' name are changed, the board.c and usbc_config.c are changed to avoid the build error. BUG=b:191637086 BRANCH=None TEST=make BOARD=brask Change-Id: If20fccac4543611bbcea067abbf91638ac4d66b3 Signed-off-by: Zhuohao Lee <zhuohao@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3114498 Reviewed-by: Boris Mittelberg <bmbm@google.com>
Diffstat (limited to 'board/brask/board.c')
-rw-r--r--board/brask/board.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/brask/board.c b/board/brask/board.c
index 53eeed42d7..bdab1a7199 100644
--- a/board/brask/board.c
+++ b/board/brask/board.c
@@ -24,7 +24,7 @@
/* USB-A charging control */
const int usb_port_enable[USB_PORT_COUNT] = {
- GPIO_EN_PP5000_USBA_R,
+ GPIO_EN_PP5000_USBA,
};
BUILD_ASSERT(ARRAY_SIZE(usb_port_enable) == USB_PORT_COUNT);