summaryrefslogtreecommitdiff
path: root/board/jslrvp_ite
diff options
context:
space:
mode:
authorAseda Aboagye <aaboagye@google.com>2020-02-03 11:25:29 -0800
committerCommit Bot <commit-bot@chromium.org>2020-02-05 08:28:47 +0000
commit1e544609affc989a0b4bb75d69659d6a86291ec3 (patch)
tree4e523d2e6691563363efc1be77c0cf06791a2531 /board/jslrvp_ite
parentfc1e135e21727c73e25c7876fb8ef1ae4f54ce9e (diff)
downloadchrome-ec-1e544609affc989a0b4bb75d69659d6a86291ec3.tar.gz
power/icelake: JSL: Handle EC_AP_VCCST_PWRGD
For Jasperlake, the EC needs to assert EC_AP_VCCST power good with a 2ms minimum delay after receiving the DRAM power good and the PP1050_ST power good. BUG=b:148688874 BRANCH=None TEST=`make -j buildall` Change-Id: Ieedabf5a8a7af3951910118504dc702f7f8058bc Signed-off-by: Aseda Aboagye <aaboagye@google.com> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2036453 Tested-by: Aseda Aboagye <aaboagye@chromium.org> Reviewed-by: Diana Z <dzigterman@chromium.org> Commit-Queue: Aseda Aboagye <aaboagye@chromium.org>
Diffstat (limited to 'board/jslrvp_ite')
-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 268b512852..629059df80 100644
--- a/board/jslrvp_ite/gpio.inc
+++ b/board/jslrvp_ite/gpio.inc
@@ -75,6 +75,7 @@ GPIO(EC_PCH_DSW_PWROK, PIN(L, 6), GPIO_OUT_LOW)
*/
UNIMPLEMENTED(PCH_SYS_PWROK)
UNIMPLEMENTED(EN_VCCIO_EXT)
+UNIMPLEMENTED(EC_AP_VCCST_PWRGD_OD)
/* Host communication GPIOs */
GPIO(PCH_WAKE_L, PIN(J, 0), GPIO_ODR_HIGH)