forked from Minki/linux
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: Mark Brown <broonie@opensource.wolfsonmicro.com>
This commit is contained in:
parent
0c00c50b41
commit
7a97637988
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user