summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Hendricks <dhendrix@chromium.org>2016-09-02 12:17:14 -0700
committerchrome-bot <chrome-bot@chromium.org>2016-09-02 18:34:17 -0700
commita22b506a76b269b35a2c0242f5369cb1884dffce (patch)
tree61dbbd5158bb9f74b43997b6857c1b433af3350c
parentd56e747100d9da85e73f85c3476f628108efc47f (diff)
downloadchrome-ec-a22b506a76b269b35a2c0242f5369cb1884dffce.tar.gz
reef: Minor corrections to GPIO list
This patch makes a few small changes to gpio.inc: - Correct NC1 assignment (GPIO00) - Add ENG_STRAP (GPIOB6) which is currently not connected to anything. - Cosmetic fix for LEDs (replace spaces with tabs for alignment) BUG=none BRANCH=none TEST=built and booted on Reef Change-Id: Ieca83be6c7423694d88f21ebfc3f57849bf42cde Signed-off-by: David Hendricks <dhendrix@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/380449 Tested-by: Bill Richardson <wfrichar@chromium.org> Reviewed-by: Bill Richardson <wfrichar@chromium.org>
-rw-r--r--board/reef/gpio.inc8
1 files changed, 5 insertions, 3 deletions
diff --git a/board/reef/gpio.inc b/board/reef/gpio.inc
index c9d8c481d2..fded881e0d 100644
--- a/board/reef/gpio.inc
+++ b/board/reef/gpio.inc
@@ -150,11 +150,13 @@ GPIO(USB_C1_5V_EN, PIN(D, 2), GPIO_OUT_LOW) /* EN_USB_C1_5V_OUT, Enable C1 */
#endif
/* Clear for non-HDI breakout, must be pulled high */
-GPIO(NC1, PIN(8, 4), GPIO_INPUT | GPIO_PULL_UP | GPIO_SEL_1P8V)
+GPIO(NC1, PIN(0, 0), GPIO_INPUT | GPIO_PULL_UP | GPIO_SEL_1P8V)
GPIO(NC2, PIN(8, 4), GPIO_INPUT | GPIO_PULL_UP | GPIO_SEL_1P8V)
-GPIO(BAT_LED_BLUE, PIN(8, 0), GPIO_OUT_HIGH)
-GPIO(BAT_LED_AMBER, PIN(C, 4), GPIO_OUT_HIGH)
+GPIO(ENG_STRAP, PIN(B, 6), GPIO_INPUT)
+
+GPIO(BAT_LED_BLUE, PIN(8, 0), GPIO_OUT_HIGH)
+GPIO(BAT_LED_AMBER, PIN(C, 4), GPIO_OUT_HIGH)
/*
* Alternate function pins