summaryrefslogtreecommitdiff
path: root/chip/lm4/system.c
diff options
context:
space:
mode:
authorRandall Spangler <rspangler@chromium.org>2012-10-18 13:23:23 -0700
committerRandall Spangler <rspangler@chromium.org>2012-10-18 13:37:04 -0700
commit113dd1ba16900d1ad7c0d656205a709f7e0a86f1 (patch)
tree185234e0ac71210d585c9daa0d133779f5bc5d4d /chip/lm4/system.c
parent3a9b255d070d9401a7a108449aa4522936c48f62 (diff)
downloadchrome-ec-113dd1ba16900d1ad7c0d656205a709f7e0a86f1.tar.gz
link: Increase EC cold reboot time to 150ms
This matches Silego's recommendation as of 10/18. BUG=chrome-os-partner:14687 BRANCH=link TEST='reboot cold' repeatedly from EC console (or 'ectool reboot_ec cold' repeatedly from root shell), then check that Power+Esc still reboots the system. Change-Id: Ief2962bf66a947e83dfe934e45e18dc37d6ba326 Signed-off-by: Randall Spangler <rspangler@chromium.org> Reviewed-on: https://gerrit.chromium.org/gerrit/35968 Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'chip/lm4/system.c')
-rw-r--r--chip/lm4/system.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/chip/lm4/system.c b/chip/lm4/system.c
index 9f1ff425cd..7af9a3aca5 100644
--- a/chip/lm4/system.c
+++ b/chip/lm4/system.c
@@ -37,7 +37,7 @@ enum hibdata_index {
* EC itself, but we need a longer delay to ensure the rest of the components
* on the same power rail are reset.
*/
-#define HIB_RESET_USEC 100000
+#define HIB_RESET_USEC 150000
static int wait_for_hibctl_wc(void)
{