diff options
-rw-r--r-- | drivers/gpio/gpio-mxs.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/gpio/gpio-mxs.c b/drivers/gpio/gpio-mxs.c index 532bcb336eff..8ffdd7d2bade 100644 --- a/drivers/gpio/gpio-mxs.c +++ b/drivers/gpio/gpio-mxs.c | |||
@@ -214,7 +214,8 @@ static void __init mxs_gpio_init_gc(struct mxs_gpio_port *port, int irq_base) | |||
214 | ct->regs.ack = PINCTRL_IRQSTAT(port) + MXS_CLR; | 214 | ct->regs.ack = PINCTRL_IRQSTAT(port) + MXS_CLR; |
215 | ct->regs.mask = PINCTRL_IRQEN(port); | 215 | ct->regs.mask = PINCTRL_IRQEN(port); |
216 | 216 | ||
217 | irq_setup_generic_chip(gc, IRQ_MSK(32), 0, IRQ_NOREQUEST, 0); | 217 | irq_setup_generic_chip(gc, IRQ_MSK(32), IRQ_GC_INIT_NESTED_LOCK, |
218 | IRQ_NOREQUEST, 0); | ||
218 | } | 219 | } |
219 | 220 | ||
220 | static int mxs_gpio_to_irq(struct gpio_chip *gc, unsigned offset) | 221 | static int mxs_gpio_to_irq(struct gpio_chip *gc, unsigned offset) |