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

Commit dcd65ed4 authored by Guru Das Srinagesh's avatar Guru Das Srinagesh Committed by Anirudh Ghayal
Browse files

power: smb5: Make TYPEC_ATTACH_DETACH_IRQ wakeup capable



Commit d92bfe55f8cc4dc1 ("power: smb5: update IRQ configuration") adds
wakeup capabilities to several IRQs. Extend this to include
TYPEC_ATTACH_DETACH_IRQ as well.

CRs-Fixed: 2221052
Change-Id: I846e0bae574d2934b4498f1d2a55970347e181e4
Signed-off-by: default avatarGuru Das Srinagesh <gurus@codeaurora.org>
Signed-off-by: default avatarAnirudh Ghayal <aghayal@codeaurora.org>
parent 2b10bef6
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -2438,6 +2438,7 @@ static struct smb_irq_info smb5_irqs[] = {
	[TYPEC_ATTACH_DETACH_IRQ] = {
		.name		= "typec-attach-detach",
		.handler	= typec_attach_detach_irq_handler,
		.wake		= true,
	},
	[TYPEC_LEGACY_CABLE_DETECT_IRQ] = {
		.name		= "typec-legacy-cable-detect",