mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-09 15:29:16 +00:00
mfd: wm5110: Mark wakes as inverted
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
This commit is contained in:
parent
cc2fb86d5c
commit
378e8ee2f8
@ -255,6 +255,7 @@ const struct regmap_irq_chip wm5110_aod = {
|
||||
.mask_base = ARIZONA_AOD_IRQ_MASK_IRQ1,
|
||||
.ack_base = ARIZONA_AOD_IRQ1,
|
||||
.wake_base = ARIZONA_WAKE_CONTROL,
|
||||
.wake_invert = 1,
|
||||
.num_regs = 1,
|
||||
.irqs = wm5110_aod_irqs,
|
||||
.num_irqs = ARRAY_SIZE(wm5110_aod_irqs),
|
||||
|
Loading…
x
Reference in New Issue
Block a user