diff options
-rw-r--r-- | chip/lm4/system.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chip/lm4/system.c b/chip/lm4/system.c index bbe70e6793..cbed522ce2 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 and 5VALW has dropped. */ -#define HIB_RESET_USEC 200000 +#define HIB_RESET_USEC 1000000 /** * Wait for a write to commit to a hibernate register. |