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

Commit 7a976379 authored by Mark Brown's avatar Mark Brown
Browse files

mfd: wm8994: Flag the interrupt block as requiring runtime PM be enabled



It's only required in a few circumstances but better to be safe.

Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
parent 0c00c50b
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -135,6 +135,7 @@ static struct regmap_irq_chip wm8994_irq_chip = {
	.status_base = WM8994_INTERRUPT_STATUS_1,
	.mask_base = WM8994_INTERRUPT_STATUS_1_MASK,
	.ack_base = WM8994_INTERRUPT_STATUS_1,
	.runtime_pm = true,
};

int wm8994_irq_init(struct wm8994 *wm8994)