Skip to content

Commit

Permalink
mfd: wm8994: Flag the interrupt block as requiring runtime PM be enabled
Browse files Browse the repository at this point in the history
It's only required in a few circumstances but better to be safe.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
  • Loading branch information
Mark Brown committed Aug 7, 2012
1 parent 0c00c50 commit 7a97637
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/mfd/wm8994-irq.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 7a97637

Please sign in to comment.