summaryrefslogtreecommitdiff
path: root/board/hadoken/gpio.inc
diff options
context:
space:
mode:
authorMyles Watson <mylesgw@chromium.org>2016-09-02 06:31:12 -0700
committerchrome-bot <chrome-bot@chromium.org>2016-09-02 18:34:14 -0700
commitd56e747100d9da85e73f85c3476f628108efc47f (patch)
tree2b871eaa34d03e3258498c34d68f7fe995f3e38d /board/hadoken/gpio.inc
parenta3fc9b39858cb1f3ae007321921147f9e899486e (diff)
downloadchrome-ec-d56e747100d9da85e73f85c3476f628108efc47f.tar.gz
hadoken: Remove duplicate GPIO assignments
Hadoken has an unpopulated SPI header. Remove older pin assignments. BRANCH=none BUG=none TEST=make buildall -j Change-Id: Icd889a8a312d6086a1a05c97403ff20a5a99c0b0 Signed-off-by: Myles Watson <mylesgw@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/380424 Reviewed-by: Randall Spangler <rspangler@chromium.org> Reviewed-by: Bill Richardson <wfrichar@chromium.org>
Diffstat (limited to 'board/hadoken/gpio.inc')
-rw-r--r--board/hadoken/gpio.inc5
1 files changed, 0 insertions, 5 deletions
diff --git a/board/hadoken/gpio.inc b/board/hadoken/gpio.inc
index 2c85d0d021..17dc883844 100644
--- a/board/hadoken/gpio.inc
+++ b/board/hadoken/gpio.inc
@@ -25,11 +25,6 @@ GPIO(KB_IN06, PIN(0, 22), GPIO_KB_INPUT)
GPIO(KB_IN07, PIN(0, 25), GPIO_KB_INPUT)
/* Other inputs */
-GPIO(MCU_GPIO_13, PIN(0, 13), GPIO_INPUT) /* PAIR on the debug board */
-GPIO(MCU_GPIO_14, PIN(0, 14), GPIO_INPUT) /* TP 4 */
-GPIO(MCU_GPIO_17, PIN(0, 17), GPIO_INPUT) /* TP 5 */
-GPIO(MCU_GPIO_19, PIN(0, 19), GPIO_INPUT) /* TP 6 */
-GPIO(BQ27621_GPOUT, PIN(0, 20), GPIO_INPUT) /* Fuel Gauge */
GPIO(LID_PRESENT_L, PIN(0, 30), GPIO_INPUT) /* Hall sensor */
/* Useful for test software */