summaryrefslogtreecommitdiff
path: root/board/delbin
diff options
context:
space:
mode:
authorZhuohao Lee <zhuohao@chromium.org>2020-08-03 22:55:52 +0800
committerCommit Bot <commit-bot@chromium.org>2020-08-04 04:13:34 +0000
commit7ee6de2be441ba08a7a2b8fe7fbae415fc188474 (patch)
treefa7130333a29b001b3b0c7fa08adfaa99e592cbf /board/delbin
parent8324f717597225a325204f74083baa83e99f8ec6 (diff)
downloadchrome-ec-7ee6de2be441ba08a7a2b8fe7fbae415fc188474.tar.gz
Delbin: Add the CCD_MODE_ODL to gpio.inc
From the schematics, the GPIOE5 is connected to CCD_MODE_ODL. Adds this setting for reading the CCD_MODE_ODL through the gpioget BUG=b:155034814 BRANCH=None TEST=gpioget CCD_MODE_ODL Change-Id: I1fdc8a3a7508adc37fc544e1d2981f7ce7d827f7 Signed-off-by: Zhuohao Lee <zhuohao@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2335097 Reviewed-by: Keith Short <keithshort@chromium.org>
Diffstat (limited to 'board/delbin')
-rw-r--r--board/delbin/gpio.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/board/delbin/gpio.inc b/board/delbin/gpio.inc
index 81a50f28be..f3b3ff6c7d 100644
--- a/board/delbin/gpio.inc
+++ b/board/delbin/gpio.inc
@@ -97,6 +97,7 @@ GPIO(UART2_EC_RX, PIN(7, 5), GPIO_OUT_LOW) /* H1 Packet Mode */
GPIO(LED_1_L, PIN(C, 4), GPIO_OUT_HIGH) /* Battery Full LED: White */
GPIO(LED_2_L, PIN(C, 3), GPIO_OUT_HIGH) /* Battery Charging LED: Amber */
GPIO(LED_3_L, PIN(C, 2), GPIO_OUT_HIGH) /* Battery Power LED: White */
+GPIO(CCD_MODE_ODL, PIN(E, 5), GPIO_INPUT) /* Case Closed Debug Mode */
/*
* eDP backlight - both PCH and EC have enable pins that must be high