summaryrefslogtreecommitdiff
path: root/board/nautilus/gpio.inc
diff options
context:
space:
mode:
authorPhilip Chen <philipchen@google.com>2018-01-22 19:18:44 -0800
committerchrome-bot <chrome-bot@chromium.org>2018-01-23 11:24:19 -0800
commit5bdc0e2298f6971736e91d93e971c8a1e8a607d0 (patch)
treed8902a1f6c739cc2fb47983920231e28633ffd98 /board/nautilus/gpio.inc
parentb16f759652f074ee597fc4db8c403a46eab32c50 (diff)
downloadchrome-ec-5bdc0e2298f6971736e91d93e971c8a1e8a607d0.tar.gz
nautilus: Remove WLAN_PE_RST
We don't use GPIO12 anymore. BUG=b:72334658 BRANCH=none TEST=build Nautilus Change-Id: I0f407caf708040a7ee132fd0993d20b5a0b7bb7a Signed-off-by: Philip Chen <philipchen@google.com> Reviewed-on: https://chromium-review.googlesource.com/879783 Commit-Ready: ChromeOS CL Exonerator Bot <chromiumos-cl-exonerator@appspot.gserviceaccount.com> Tested-by: Philip Chen <philipchen@chromium.org> Reviewed-by: Furquan Shaikh <furquan@chromium.org> Reviewed-by: Shawn N <shawnn@chromium.org>
Diffstat (limited to 'board/nautilus/gpio.inc')
-rw-r--r--board/nautilus/gpio.inc1
1 files changed, 0 insertions, 1 deletions
diff --git a/board/nautilus/gpio.inc b/board/nautilus/gpio.inc
index 58ab5c9d37..7832ab5ed4 100644
--- a/board/nautilus/gpio.inc
+++ b/board/nautilus/gpio.inc
@@ -60,7 +60,6 @@ GPIO(GPIOD2_NC, PIN(D, 2), GPIO_INPUT | GPIO_PULL_UP)
/* TODO(b/35585396): Make use of these GPIOs */
GPIO(PP1800_DX_SENSOR, PIN(E, 7), GPIO_OUTPUT)
-GPIO(WLAN_PE_RST, PIN(1, 2), GPIO_OUTPUT)
GPIO(PP3300_DX_LTE, PIN(0, 2), GPIO_OUT_LOW)
GPIO(LTE_WAKE_L, PIN(7, 1), GPIO_INPUT)
GPIO(LTE_OFF_ODL, PIN(8, 0), GPIO_ODR_LOW)