summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--chip/lm4/clock.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/chip/lm4/clock.c b/chip/lm4/clock.c
index 5141a00f7b..b8029f5d27 100644
--- a/chip/lm4/clock.c
+++ b/chip/lm4/clock.c
@@ -37,9 +37,9 @@
#else
/*
* Length of time for the processor to wake up from deep sleep. Datasheet
- * maximum is 145us, but in practice have seen as much as 215us.
+ * maximum is 145us, but in practice have seen as much as 336us.
*/
-#define DEEP_SLEEP_RECOVER_TIME_USEC 300
+#define DEEP_SLEEP_RECOVER_TIME_USEC 400
#endif
/* Low power idle statistics */