summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBill Richardson <wfrichar@chromium.org>2016-08-18 10:19:12 -0700
committerBill Richardson <wfrichar@chromium.org>2016-08-19 17:49:33 +0000
commitf895e32b0f28be9a987980204f0b33c1683f0f9d (patch)
tree9945eb15fc17fc5693b2b67c68c0ed06d1634140
parent727eac78d507a0dfc02631b3bc05cf7688b0490c (diff)
downloadchrome-ec-f895e32b0f28be9a987980204f0b33c1683f0f9d.tar.gz
Cr50: Remove unused AP_WP_L GPIO
DIOM3 is no longer used. Remove it from gpio.inc BUG=chrome-os-partner:55895,chrome-os-partner:55896 BRANCH=none TEST=make buildall; test on Cr50 hardware Change-Id: I1f7aeab8135fa97aab04945b6a450e32903e2e84 Signed-off-by: Bill Richardson <wfrichar@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/372405 Reviewed-by: Vadim Bendebury <vbendeb@chromium.org>
-rw-r--r--board/cr50/gpio.inc5
1 files changed, 0 insertions, 5 deletions
diff --git a/board/cr50/gpio.inc b/board/cr50/gpio.inc
index 189103c476..2659a2d1ae 100644
--- a/board/cr50/gpio.inc
+++ b/board/cr50/gpio.inc
@@ -36,10 +36,6 @@ GPIO(INT_AP_L, PIN(0, 0), GPIO_INPUT)
GPIO(EC_FLASH_SELECT, PIN(0, 1), GPIO_OUT_LOW)
GPIO(AP_FLASH_SELECT, PIN(0, 2), GPIO_OUT_LOW)
-/* As an input this mirrors EC_WP_L (which is controlled by RBOX, not a GPIO).
- * As an output it can override EC_WP_L, although why would we? */
-GPIO(AP_WP_L, PIN(0, 3), GPIO_INPUT)
-
/* Pull this low to reset the AP. (We reset the EC with the RBOX.) */
GPIO(SYS_RST_L_OUT, PIN(0, 4), GPIO_INPUT)
@@ -80,7 +76,6 @@ PINMUX(GPIO(INT_AP_L), A5, DIO_INPUT) /* DIOB7 is p_digitial_od */
PINMUX(GPIO(EC_FLASH_SELECT), B2, DIO_INPUT)
PINMUX(GPIO(AP_FLASH_SELECT), B3, DIO_INPUT)
PINMUX(GPIO(EN_PP3300_INA_L), B7, DIO_INPUT)
-PINMUX(GPIO(AP_WP_L), M3, 0)
PINMUX(GPIO(SYS_RST_L_IN), M0, DIO_WAKE_FALLING)
PINMUX(GPIO(SYS_RST_L_OUT), M0, DIO_INPUT)
PINMUX(GPIO(CCD_MODE_L), M1, DIO_INPUT)