Commit 2ca2c570b0e38b0c214426b1708ee1b0c3a5067d

Authored by Lennert Buytenhek
Committed by Russell King
1 parent 7479b1ce5e

[ARM] 4063/1: ep93xx: fix IRQ_EP93XX_GPIO?MUX numbering

Fix incorrect IRQ numbering in arch-ep93xx/irqs.h (source: Applied
Data Systems 2.6.17 kernel tree.)

Signed-off-by: Lennert Buytenhek <buytenh@wantstofly.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>

Showing 1 changed file with 3 additions and 3 deletions Side-by-side Diff

include/asm-arm/arch-ep93xx/irqs.h
... ... @@ -22,9 +22,9 @@
22 22 #define IRQ_EP93XX_DMAM2P9 16
23 23 #define IRQ_EP93XX_DMAM2M0 17
24 24 #define IRQ_EP93XX_DMAM2M1 18
25   -#define IRQ_EP93XX_GPIO0MUX 20
26   -#define IRQ_EP93XX_GPIO1MUX 21
27   -#define IRQ_EP93XX_GPIO2MUX 22
  25 +#define IRQ_EP93XX_GPIO0MUX 19
  26 +#define IRQ_EP93XX_GPIO1MUX 20
  27 +#define IRQ_EP93XX_GPIO2MUX 21
28 28 #define IRQ_EP93XX_GPIO3MUX 22
29 29 #define IRQ_EP93XX_UART1RX 23
30 30 #define IRQ_EP93XX_UART1TX 24