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

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
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment