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 <zick.wei@quanta.corp-partner.google.com>

Change-Id: Ib6b2e1d27cf0faa98d11082919e1b85420b459b9
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2583598
Tested-by: Zick Wei <zick.wei@quanta.corp-partner.google.com>
Reviewed-by: Peter Marheine <pmarheine@chromium.org>
Commit-Queue: Zick Wei <zick.wei@quanta.corp-partner.google.com>
This commit is contained in:
Zick Wei 2020-11-30 09:40:34 +08:00 committed by Commit Bot
parent 10498f0ba4
commit 2cff51ff85
1 changed files with 1 additions and 1 deletions

View File

@ -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)