summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlec Berg <alecaberg@chromium.org>2014-11-17 18:42:09 -0800
committerchrome-internal-fetch <chrome-internal-fetch@google.com>2014-11-19 20:54:02 +0000
commit6be0040bbe0316058330392fe7327ff0c58e5081 (patch)
tree9b8333d82952073b8aa6aeae3bc7217c927e1b71
parent806ba91ea4a56f948cd696e4ac7fc68421a0ac18 (diff)
downloadchrome-ec-6be0040bbe0316058330392fe7327ff0c58e5081.tar.gz
samus: add backboost detect GPIO
Add backboost detect GPIO. Don't do anything with it for now. BUG=none BRANCH=samus TEST=make buildall Change-Id: If688b5e719071650fa295f288b97915a81af2d87 Signed-off-by: Alec Berg <alecaberg@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/230247 Reviewed-by: Duncan Laurie <dlaurie@chromium.org>
-rw-r--r--board/samus/gpio.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/board/samus/gpio.inc b/board/samus/gpio.inc
index d4abcc0edd..aa03281cf8 100644
--- a/board/samus/gpio.inc
+++ b/board/samus/gpio.inc
@@ -47,6 +47,7 @@ GPIO(USB2_OC_L, E, 0, GPIO_INPUT, NULL) /* USB port overcurrent warning */
GPIO(USB2_STATUS_L, D, 7, GPIO_INPUT, NULL) /* USB charger port 2 status output */
GPIO(PD_IN_RW, A, 5, GPIO_INPUT, NULL) /* PD is in RW */
GPIO(PCH_HDA_SDO_L, G, 1, GPIO_INPUT, NULL) /* HDA_SDO signal to PCH to disable ME */
+GPIO(BKBOOST_DET, B, 5, GPIO_INPUT, NULL) /* Backboost detect */
/* Outputs; all unasserted by default except for reset signals */
GPIO(CPU_PROCHOT, B, 1, GPIO_OUT_LOW, NULL) /* Force CPU to think it's overheated */