[Bugfix][API-313][AUTOSUSPEND]close zixc debug wakeup

Only Configure: No
Affected branch: master
Affected module: autosuspend
Is it affected on both ZXIC and MTK: only ZXIC
Self-test: Yes
Doc Update: NO

Change-Id: I94fd8a36d6610147c4a8e449d06080ea9d09daea
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