dect
/
linux-2.6
Archived
13
0
Fork 0

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:
Mark Brown 2012-07-24 15:41:53 +01:00
parent 0c00c50b41
commit 7a97637988
1 changed files with 1 additions and 0 deletions

View File

@ -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)