summaryrefslogtreecommitdiff
path: root/board
diff options
context:
space:
mode:
authorAseda Aboagye <aaboagye@google.com>2020-01-30 18:17:45 -0800
committerCommit Bot <commit-bot@chromium.org>2020-02-05 08:28:45 +0000
commit9711789044958d1a67c36bce6eec88948f9dd980 (patch)
tree45f8ab197bdc9d85e4add10043a65b816e4a7a63 /board
parent1194678e0a3719ffeae170cc6be688fb18ee09a3 (diff)
downloadchrome-ec-9711789044958d1a67c36bce6eec88948f9dd980.tar.gz
power/icelake: JSL: Drive VCCIO_EXT from SLP_S3_L
Per the power sequencing requirements, VCCIO_EXT, new for JSL, should be driven based off of SLP_S3_L deassertion/assertion. BUG=b:148630993 BRANCH=None TEST=Build and flash waddledoo, boot to S0, verify that VCCIO_EXT is enabled. Shutdown, verify it's disabled. Change-Id: I2a25b29ebbde94eabf6b71c5c02252ebbd6ad1d9 Signed-off-by: Aseda Aboagye <aaboagye@google.com> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2032728 Tested-by: Aseda Aboagye <aaboagye@chromium.org> Commit-Queue: Aseda Aboagye <aaboagye@chromium.org> Reviewed-by: Diana Z <dzigterman@chromium.org>
Diffstat (limited to 'board')
-rw-r--r--board/jslrvp_ite/gpio.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/board/jslrvp_ite/gpio.inc b/board/jslrvp_ite/gpio.inc
index b652aa1379..268b512852 100644
--- a/board/jslrvp_ite/gpio.inc
+++ b/board/jslrvp_ite/gpio.inc
@@ -74,6 +74,7 @@ GPIO(EC_PCH_DSW_PWROK, PIN(L, 6), GPIO_OUT_LOW)
* Ice Lake code from driving signal.
*/
UNIMPLEMENTED(PCH_SYS_PWROK)
+UNIMPLEMENTED(EN_VCCIO_EXT)
/* Host communication GPIOs */
GPIO(PCH_WAKE_L, PIN(J, 0), GPIO_ODR_HIGH)