summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjames_chao <james_chao@asus.com>2016-11-15 11:33:17 +0800
committerChromeOS Commit Bot <chromeos-commit-bot@chromium.org>2016-11-15 18:23:52 +0000
commit27b9a23690ccb4a710233b4725401cb5aad46bf6 (patch)
tree9bf3efcec57928740d1fb9c18057c8cc9fb61cec
parent16ab6c66c957832c5943f4750dd1970355a697e1 (diff)
downloadchrome-ec-27b9a23690ccb4a710233b4725401cb5aad46bf6.tar.gz
Bob: Fix GPIOB6 settig
The GPB6 on Bob is used as POWER_LED (gpio, high active) but the previous commit set GPB6 twice Line 115: GPIO(POWER_LED, PIN(B, 6), GPIO_OUT_LOW) Line 124: GPIO(GPIOB6_NC, PIN(B, 6), GPIO_INPUT | GPIO_PULL_UP) The second setting is incorrect, so delete it. BUG=none BRANCH=firmware-gru-8785.B TEST=make buildall Change-Id: I15cb774b15f5394353b17f58b7160fec564428a2 Signed-off-by: james_chao <james_chao@asus.com> Reviewed-on: https://chromium-review.googlesource.com/411580 Reviewed-by: Aaron Durbin <adurbin@chromium.org>
-rw-r--r--board/bob/gpio.inc1
1 files changed, 0 insertions, 1 deletions
diff --git a/board/bob/gpio.inc b/board/bob/gpio.inc
index 979108ded9..509748a306 100644
--- a/board/bob/gpio.inc
+++ b/board/bob/gpio.inc
@@ -121,7 +121,6 @@ GPIO(BOARD_DET, PIN(3, 6), GPIO_INPUT)
/* NC */
GPIO(GPIO81_NC, PIN(8, 1), GPIO_INPUT | GPIO_PULL_UP)
GPIO(GPIO84_NC, PIN(8, 4), GPIO_INPUT | GPIO_PULL_UP)
-GPIO(GPIOB6_NC, PIN(B, 6), GPIO_INPUT | GPIO_PULL_UP)
GPIO(GPIOC3_NC, PIN(C, 3), GPIO_INPUT | GPIO_PULL_UP)
/*