Merge "[Bugfix][T106BUG-647] Add a sleep lock during the fota process and unlock it after the upgrade is completed"
diff --git a/cap/zx297520v3/zxic_code/zxic_source/linux-5.10/drivers/soc/sc/power_4line/hal_xp2xp.c b/cap/zx297520v3/zxic_code/zxic_source/linux-5.10/drivers/soc/sc/power_4line/hal_xp2xp.c
index c0b745f..08f1dee 100755
--- a/cap/zx297520v3/zxic_code/zxic_source/linux-5.10/drivers/soc/sc/power_4line/hal_xp2xp.c
+++ b/cap/zx297520v3/zxic_code/zxic_source/linux-5.10/drivers/soc/sc/power_4line/hal_xp2xp.c
@@ -359,7 +359,7 @@
 			}

 			

 		}

-        msleep(40);

+        msleep(1000);

         wakeup_irq_occurs = 1;

         wake_up_interruptible(&wakeup_dtr_wqhead);

 		enable_irq(xp2xp_dev->eint_irq);