summaryrefslogtreecommitdiff
path: root/board/puff/gpio.inc
diff options
context:
space:
mode:
authorAndrew McRae <amcrae@google.com>2020-06-29 16:23:48 +1000
committerCommit Bot <commit-bot@chromium.org>2020-06-30 02:26:26 +0000
commit2ca71df0ead8dfb85e04cc41e73e9bcb263a8f6f (patch)
tree119ef7afd743fbf28a52ee8cdf18cafa1c845b3e /board/puff/gpio.inc
parent06dd6614be859a9225dd6263b476d5e0025a9efa (diff)
downloadchrome-ec-2ca71df0ead8dfb85e04cc41e73e9bcb263a8f6f.tar.gz
Puff: Add GPIOs added in board version 2
Status lines from USB port 2 & 3 power controllers. Added in board version 2, and present in all later versions. BUG=b:160114237 TEST=buildall and check on puff variant. BRANCH=none Signed-off-by: Andrew McRae <amcrae@google.com> Change-Id: I916bdc7681e66c9003bc57b1d1aae02882a9a942 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2272417 Reviewed-by: Peter Marheine <pmarheine@chromium.org> Commit-Queue: Andrew McRae <amcrae@chromium.org> Tested-by: Andrew McRae <amcrae@chromium.org>
Diffstat (limited to 'board/puff/gpio.inc')
-rw-r--r--board/puff/gpio.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/board/puff/gpio.inc b/board/puff/gpio.inc
index f365e4a2fc..509d54beb6 100644
--- a/board/puff/gpio.inc
+++ b/board/puff/gpio.inc
@@ -86,6 +86,8 @@ GPIO(EN_PPVAR_BJ_ADP_L, PIN(0, 4), GPIO_OUT_LOW)
/* USB type A */
GPIO(EN_PP5000_USB_VBUS, PIN(8, 3), GPIO_OUT_LOW)
GPIO(USB_A_LOW_PWR_OD, PIN(9, 4), GPIO_ODR_LOW)
+GPIO(USB_A2_STATUS_L, PIN(6, 1), GPIO_INPUT)
+GPIO(USB_A3_STATUS_L, PIN(C, 7), GPIO_INPUT)
/* USB type C */
GPIO(USB_C0_TCPC_RST, PIN(9, 7), GPIO_OUT_LOW)
@@ -149,8 +151,6 @@ UNUSED(PIN(C, 2)) /* A12 NC */
UNUSED(PIN(9, 2)) /* K8 NC */
UNUSED(PIN(9, 1)) /* L8 NC */
UNUSED(PIN(1, 2)) /* C6 NC */
-UNUSED(PIN(6, 1)) /* L3 NC */
-UNUSED(PIN(C, 7)) /* B9 NC */
UNUSED(PIN(6, 6)) /* H4 NC */
UNUSED(PIN(8, 1)) /* L6 NC */
UNUSED(PIN(C, 6)) /* B11 NC */