summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbe Levkoy <alevkoy@chromium.org>2020-06-24 11:49:56 -0600
committerCommit Bot <commit-bot@chromium.org>2020-06-25 00:19:04 +0000
commit13dd3537bb326be87185d76f2c6353bde7ca69ef (patch)
tree34d5866c40bd9d4d0402f3a08ac53f09d5f49f14
parente85344ba1dc78fe31d4b0804fd81fede86bc705c (diff)
downloadchrome-ec-13dd3537bb326be87185d76f2c6353bde7ca69ef.tar.gz
volteer: Remove DisplayPort HPD GPIOs
This function is already handled by the AP's internal mux, and the GPIOs were already unused. BUG=b:157609784 TEST=make buildall BRANCH=none Change-Id: I2969ccbf9713d87ab24c9c1a87d917f01d303078 Signed-off-by: Abe Levkoy <alevkoy@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2264479 Reviewed-by: Keith Short <keithshort@chromium.org> Commit-Queue: Keith Short <keithshort@chromium.org>
-rw-r--r--board/volteer/gpio.inc4
1 files changed, 0 insertions, 4 deletions
diff --git a/board/volteer/gpio.inc b/board/volteer/gpio.inc
index d14f1c9e59..fc14bc1829 100644
--- a/board/volteer/gpio.inc
+++ b/board/volteer/gpio.inc
@@ -141,10 +141,6 @@ GPIO(EC_I2C7_EEPROM_SDA, PIN(B, 2), GPIO_INPUT)
/* Battery signals */
GPIO(EC_BATT_PRES_ODL, PIN(E, 1), GPIO_INPUT)
-/* Physical HPD pins are not needed on EC as these are configured by PMC */
-GPIO(USB_C0_DP_HPD, PIN(F, 3), GPIO_INPUT)
-GPIO(USB_C1_DP_HPD, PIN(7, 0), GPIO_INPUT)
-
/* Alternate functions GPIO definitions */
ALTERNATE(PIN_MASK(B, BIT(5) | BIT(4)), 0, MODULE_I2C, (GPIO_INPUT | GPIO_SEL_1P8V)) /* I2C0 */
ALTERNATE(PIN_MASK(9, BIT(0) | BIT(2) | BIT(1)), 0, MODULE_I2C, 0) /* I2C1 SCL / I2C2 */