Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0e2b7350 authored by Harry Yang's avatar Harry Yang
Browse files

power: qcom: smb2: set switcher-power-ok IRQ as wakeup IRQ



The switcher-power-ok interrupt is used in reverse boost detection
workaround. In order for it to work properly during sleep, declare
switcher-power-ok IRQ as wakeup IRQ.

CRs-Fixed: 2229671
Change-Id: I8e967be9b37b13e20b945298aba23f1c5f15815f
Signed-off-by: default avatarHarry Yang <harryy@codeaurora.org>
parent 61147a12
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -2119,6 +2119,7 @@ static struct smb_irq_info smb2_irqs[] = {
	[SWITCH_POWER_OK_IRQ] = {
		.name		= "switcher-power-ok",
		.handler	= smblib_handle_switcher_power_ok,
		.wake		= true,
		.storm_data	= {true, 1000, 8},
	},
};