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

Commit 3554e3cf authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

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

parents f25d9611 0e2b7350
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},
	},
};