soc: qcom: Reduce smp2p_sleepstate wakeup event time

Change-Id: I1c3eaee134597acecf856535682de6d6f592ce2c
This commit is contained in:
Giovanni Ricca 2022-09-10 14:21:09 +05:30
parent 0c17517617
commit ef211e239a
No known key found for this signature in database

View File

@ -49,7 +49,7 @@ static struct notifier_block sleepstate_pm_nb = {
static irqreturn_t smp2p_sleepstate_handler(int irq, void *ctxt)
{
__pm_wakeup_event(notify_ws, 200);
__pm_wakeup_event(notify_ws, 100);
return IRQ_HANDLED;
}