mirror of
https://github.com/torvalds/linux.git
synced 2026-03-08 03:04:51 +01:00
ARM: omap1: Fix up the Retu IRQ on Nokia 770
The Retu IRQ is off by one, as a result the power button does not work.
Fix it.
Fixes: 084b6f2167 ("ARM: omap1: Fix up the Nokia 770 board device IRQs")
Signed-off-by: Aaro Koskinen <aaro.koskinen@iki.fi>
Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Link: https://lore.kernel.org/r/Z3UxH_fOzuftjnuX@darkstar.musicnaut.iki.fi
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
This commit is contained in:
parent
643cc5ca01
commit
ad455e48bb
1 changed files with 1 additions and 1 deletions
|
|
@ -289,7 +289,7 @@ static struct gpiod_lookup_table nokia770_irq_gpio_table = {
|
|||
GPIO_LOOKUP("gpio-0-15", 15, "ads7846_irq",
|
||||
GPIO_ACTIVE_HIGH),
|
||||
/* GPIO used for retu IRQ */
|
||||
GPIO_LOOKUP("gpio-48-63", 15, "retu_irq",
|
||||
GPIO_LOOKUP("gpio-48-63", 14, "retu_irq",
|
||||
GPIO_ACTIVE_HIGH),
|
||||
/* GPIO used for tahvo IRQ */
|
||||
GPIO_LOOKUP("gpio-32-47", 8, "tahvo_irq",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue