summaryrefslogtreecommitdiff
path: root/board
diff options
context:
space:
mode:
Diffstat (limited to 'board')
-rw-r--r--board/lazor/hibernate.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/board/lazor/hibernate.c b/board/lazor/hibernate.c
index 1187348e31..79d936c833 100644
--- a/board/lazor/hibernate.c
+++ b/board/lazor/hibernate.c
@@ -25,9 +25,11 @@ void board_hibernate(void)
/*
* Board rev 5+ has the hardware fix. Don't need the following
- * workaround.
+ * workaround. Limozeen's BRD_ID is not monotonically increasing.
+ * 4 is the earliest revision.
*/
- if (system_get_board_version() >= 5)
+ if ((system_get_board_version() >= 5) ||
+ (board_is_clamshell() && ((system_get_board_version() != 4))))
return;
/*