summaryrefslogtreecommitdiff
path: root/board/coachz/gpio.inc
diff options
context:
space:
mode:
authorJennifer <jenniferchwang@ami.corp-partner.google.com>2020-11-30 15:35:48 +0800
committerCommit Bot <commit-bot@chromium.org>2020-12-02 01:33:15 +0000
commita05d6f5d3cb6a2160919fe41af104caccb09fe03 (patch)
tree124af7c074cc2b16cd921911e3869f2baa2b64d6 /board/coachz/gpio.inc
parentdd6d5f5dc597c6ec6327e12c81535f4a2e2e05ab (diff)
downloadchrome-ec-a05d6f5d3cb6a2160919fe41af104caccb09fe03.tar.gz
coachz: Remove unuse gpio settings
When run the FAFT firmware_ECUsbPorts, getting the fail result. The program can detect pin EN_USB_A_5V using the config file strongbad.json. But coachz board not support USB-A, therefore we modify the gpio to unused signals. BUG=b:168868418 BRANCH=none TEST=make BOARD=coachz Signed-off-by: Jennifer Wang <jenniferchwang@ami.corp-partner.google.com> Change-Id: I017615c0afb8fba4e48d87201096ad1de38d3e9f Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2563355 Reviewed-by: Bob Moragues <moragues@chromium.org> Reviewed-by: Wai-Hong Tam <waihong@google.com> Commit-Queue: Bob Moragues <moragues@chromium.org> Tested-by: Bob Moragues <moragues@chromium.org>
Diffstat (limited to 'board/coachz/gpio.inc')
-rw-r--r--board/coachz/gpio.inc6
1 files changed, 2 insertions, 4 deletions
diff --git a/board/coachz/gpio.inc b/board/coachz/gpio.inc
index dc8eacdb26..7e9c4c57e5 100644
--- a/board/coachz/gpio.inc
+++ b/board/coachz/gpio.inc
@@ -88,10 +88,6 @@ GPIO(DP_MUX_OE_L, PIN(9, 6), GPIO_ODR_HIGH) /* DP mux enable, actuall
GPIO(DP_MUX_SEL, PIN(4, 5), GPIO_OUT_LOW) /* DP mux selection: L:C0, H:C1 */
GPIO(DP_HOT_PLUG_DET, PIN(9, 5), GPIO_OUT_LOW) /* DP HPD to AP */
-/* USB-A */
-GPIO(EN_USB_A_5V, PIN(8, 6), GPIO_INPUT) /* NC, backup only */
-GPIO(USB_A_CDP_ILIM_EN, PIN(7, 5), GPIO_INPUT) /* NC, backup only */
-
/* LEDs */
GPIO(EC_CHG_LED_Y_C0, PIN(C, 3), GPIO_OUT_LOW)
GPIO(EC_CHG_LED_W_C0, PIN(C, 4), GPIO_OUT_LOW)
@@ -187,6 +183,8 @@ UNUSED(PIN(B, 1))
UNUSED(PIN(5, 6))
UNUSED(PIN(8, 0))
UNUSED(PIN(D, 3))
+UNUSED(PIN(7, 5))
+UNUSED(PIN(8, 6))
/* Alternate functions GPIO definitions */
ALTERNATE(PIN_MASK(6, 0x30), 0, MODULE_UART, 0) /* UART (GPIO64/65) */