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

Commit 237e9141 authored by Nicholas Troast's avatar Nicholas Troast Committed by David Collins
Browse files

spmi: spmi-pmic-arb: enable the SPMI interrupt as a wakeup source



Currently the SPMI interrupt will not wake the device. Enable this
interrupt as a wakeup source.

CRs-Fixed: 1030478
Change-Id: Ic780118b7b38a0679f5d5037e404069aa1f2be0a
Signed-off-by: default avatarNicholas Troast <ntroast@codeaurora.org>
parent 5e5078b6
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1135,6 +1135,7 @@ static int spmi_pmic_arb_probe(struct platform_device *pdev)
	}

	irq_set_chained_handler_and_data(pa->irq, pmic_arb_chained_irq, pa);
	enable_irq_wake(pa->irq);

	err = spmi_controller_add(ctrl);
	if (err)