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

Commit 08f15132 authored by Kyle Yan's avatar Kyle Yan Committed by Gerrit - the friendly Code Review server
Browse files

Merge "spmi: spmi-pmic-arb: enable the SPMI interrupt as a wakeup source" into msm-4.8

parents f3e4fad4 237e9141
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)