From 2cff51ff85625636efc23e8142d10314837f7a1c Mon Sep 17 00:00:00 2001 From: Zick Wei Date: Mon, 30 Nov 2020 09:40:34 +0800 Subject: dooly: ignore c10_gate Implementing the recommendation from BUG=b:172412549 to fix idle hang up issue. BUG=b:172412549 BRANCH=puff TEST=verify DUT will not hang up when idle enter S0ix. Signed-off-by: Zick Wei Change-Id: Ib6b2e1d27cf0faa98d11082919e1b85420b459b9 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2583598 Tested-by: Zick Wei Reviewed-by: Peter Marheine Commit-Queue: Zick Wei --- board/dooly/board.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/board/dooly/board.c b/board/dooly/board.c index a6dcefaec0..38d01fc896 100644 --- a/board/dooly/board.c +++ b/board/dooly/board.c @@ -825,7 +825,7 @@ int extpower_is_present(void) int board_is_c10_gate_enabled(void) { - return 1; + return 0; } void board_enable_s0_rails(int enable) -- cgit v1.2.1