summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRachel Nancollas <rachelsn@google.com>2017-11-17 17:39:08 -0800
committerchrome-bot <chrome-bot@chromium.org>2017-11-17 22:34:33 -0800
commit3b80b4e827f9bb2e82656fa74748954a06050b48 (patch)
tree230a7f3358bef65d07a7d15aaefce78a40e14ffb
parent34a97f50d5275f1fa2f1cb377683c96286b2421d (diff)
downloadchrome-ec-3b80b4e827f9bb2e82656fa74748954a06050b48.tar.gz
meowth: zoombini: Removed 5V enable pins.
Not needed since we're using the SN5S330. BUG=b:69140019 BRANCH=none TEST=make BOARD=meowth and BOARD=zoombini runs with no errors Change-Id: Id8fa17e1e20ac805405fc6e48e481ceade1a1981 Signed-off-by: Rachel Nancollas <rachelsn@google.com> Reviewed-on: https://chromium-review.googlesource.com/777823 Reviewed-by: Aseda Aboagye <aaboagye@chromium.org>
-rw-r--r--board/zoombini/gpio.inc3
1 files changed, 0 insertions, 3 deletions
diff --git a/board/zoombini/gpio.inc b/board/zoombini/gpio.inc
index 0b31503d7d..7c12544682 100644
--- a/board/zoombini/gpio.inc
+++ b/board/zoombini/gpio.inc
@@ -182,9 +182,6 @@ GPIO(I2C7_SDA, PIN(B, 2), GPIO_INPUT)
GPIO(BAT_PRESENT_L, PIN(E, 5), GPIO_INPUT)
GPIO(USB_PD_RST_L, PIN(6, 2), GPIO_INPUT)
-GPIO(USB_C0_5V_EN, PIN(6, 7), GPIO_OUT_LOW)
-GPIO(USB_C1_5V_EN, PIN(7, 0), GPIO_OUT_LOW)
-
GPIO(BOARD_VERSION1, PIN(9, 6), GPIO_INPUT)
GPIO(BOARD_VERSION2, PIN(9, 3), GPIO_INPUT)
GPIO(BOARD_VERSION3, PIN(A, 2), GPIO_INPUT)