commit | 04fa3db2d2ff81b7c2f89cb24e9af0ed3ce15a42 | [log] [tgz] |
---|---|---|
author | lh <lh@exm.com> | Fri Jun 14 11:14:06 2024 +0800 |
committer | Gerrit Code Review <jenkins2@jenkins2-Vostro-3690> | Fri Jun 14 11:14:06 2024 +0800 |
tree | 2a558b70d810cbea7d615e1b7699d1e4525685e1 | |
parent | 2c7249a414df0a748390806cbaa8439731819855 [diff] | |
parent | c39faa269e36a52b1a01f405960d57891f11949d [diff] |
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);