soc: qcom: Reduce smp2p_sleepstate wakeup event time
Change-Id: I1c3eaee134597acecf856535682de6d6f592ce2c
This commit is contained in:
parent
8b3bf3a3b9
commit
a80b28c02a
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue