summaryrefslogtreecommitdiff
path: root/board/hatch/board.h
diff options
context:
space:
mode:
authorScott Collyer <scollyer@google.com>2019-03-04 15:42:59 -0800
committerchrome-bot <chrome-bot@chromium.org>2019-03-16 01:53:27 -0700
commitdb8f8715ba33efe467266e059f5086abdcf0bfe2 (patch)
treed789ebb1dd15d3721c23216f1096afbf01f31284 /board/hatch/board.h
parent4c7a2805478b611228ec85dc4b3a5f3e088fce00 (diff)
downloadchrome-ec-db8f8715ba33efe467266e059f5086abdcf0bfe2.tar.gz
hatch: Enable PP5000_CONTROL for BC1.2 to work in G3
This CL adds the config option CONFIG_POWER_PP5000_CONTROL which enables both power sequencing and bc1.2 detection to request PP5000_A rail to be either on or off. BUG=b:122265772 BRANCH=none TEST=Verfied that bc1.2 detection no longer fails when the AP is in G3. Change-Id: Iff0d33ce302a0f15687248621fb5d1c6c6df9129 Signed-off-by: Scott Collyer <scollyer@google.com> Reviewed-on: https://chromium-review.googlesource.com/1503957 Commit-Ready: Furquan Shaikh <furquan@chromium.org> Tested-by: Scott Collyer <scollyer@chromium.org> Reviewed-by: Aseda Aboagye <aaboagye@chromium.org> Reviewed-by: Furquan Shaikh <furquan@chromium.org>
Diffstat (limited to 'board/hatch/board.h')
-rw-r--r--board/hatch/board.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/board/hatch/board.h b/board/hatch/board.h
index 94bb0c7894..65af61ae74 100644
--- a/board/hatch/board.h
+++ b/board/hatch/board.h
@@ -83,6 +83,7 @@
#define GPIO_RSMRST_L_PGOOD GPIO_PG_EC_RSMRST_L
#define GPIO_PCH_SLP_S3_L GPIO_SLP_S3_L
#define GPIO_PCH_SLP_S4_L GPIO_SLP_S4_L
+#define GPIO_EN_PP5000 GPIO_EN_PP5000_A
#ifndef __ASSEMBLER__