Merge "[Feature][ZXW-452]merge P54U02 version"
diff --git a/cap/zx297520v3/sources/meta-zxic-custom/recipes-lynq/lynq-autosuspend/files/autosuspend_wakeup_count.c b/cap/zx297520v3/sources/meta-zxic-custom/recipes-lynq/lynq-autosuspend/files/autosuspend_wakeup_count.c
index 0f46da9..2a113a1 100755
--- a/cap/zx297520v3/sources/meta-zxic-custom/recipes-lynq/lynq-autosuspend/files/autosuspend_wakeup_count.c
+++ b/cap/zx297520v3/sources/meta-zxic-custom/recipes-lynq/lynq-autosuspend/files/autosuspend_wakeup_count.c
@@ -239,12 +239,14 @@
 int t106_early_suspend(void)
 {
     RLOGD("t106_early_suspend start\n");
+    system("zlog_nvctrl -m 1");
     return 0;
 }
 
 void t106_early_resume(void)
 {
     RLOGD("t106_early_resume start\n");
+    system("zlog_nvctrl -m 0");
     return NULL;
 }
 #endif