summaryrefslogtreecommitdiff
path: root/board/volteer/board.h
diff options
context:
space:
mode:
authorAbe Levkoy <alevkoy@chromium.org>2020-06-25 12:09:50 -0600
committerCommit Bot <commit-bot@chromium.org>2020-06-26 20:19:58 +0000
commit99ef78447ad69b1ab0c724d51b56f69d5c6c5fef (patch)
tree189ce557f537645dc8be136e80110a6dcc9717a0 /board/volteer/board.h
parentae867643b6c283f235c24102fc90a2344c5cbb77 (diff)
downloadchrome-ec-99ef78447ad69b1ab0c724d51b56f69d5c6c5fef.tar.gz
volteer: Enable DSW_PWROK pass-through
Update GPIO assignment for the next board build, which includes this EC-to-PCH signal. The pass-through logic is already enabled. BUG=b:157609784 TEST=EC_PCH_DSW_PWROK matches PG_EC_DSW_PWROK while power cycling AP BRANCH=none Signed-off-by: Abe Levkoy <alevkoy@chromium.org> Change-Id: Icb899a481718d304b67584e152aafba44e6aea04 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2267682 Commit-Queue: Keith Short <keithshort@chromium.org> Reviewed-by: Keith Short <keithshort@chromium.org>
Diffstat (limited to 'board/volteer/board.h')
-rw-r--r--board/volteer/board.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/volteer/board.h b/board/volteer/board.h
index 9a642ad7d2..bd10037cf6 100644
--- a/board/volteer/board.h
+++ b/board/volteer/board.h
@@ -112,7 +112,7 @@
#define GPIO_PCH_RTCRST GPIO_EC_PCH_RTCRST
#define GPIO_PCH_SLP_S0_L GPIO_SLP_S0_L
#define GPIO_PCH_SLP_S3_L GPIO_SLP_S3_L
-#define GPIO_PG_EC_DSW_PWROK GPIO_DSW_PWROK
+#define GPIO_PCH_DSW_PWROK GPIO_EC_PCH_DSW_PWROK
#define GPIO_POWER_BUTTON_L GPIO_H1_EC_PWR_BTN_ODL
#define GPIO_RSMRST_L_PGOOD GPIO_PG_EC_RSMRST_ODL
#define GPIO_CPU_PROCHOT GPIO_EC_PROCHOT_ODL