]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
[ARM] 3225/1: add symbolic names for enp2611 gpio interrupts
authorLennert Buytenhek <buytenh@wantstofly.org>
Wed, 4 Jan 2006 17:17:17 +0000 (17:17 +0000)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Wed, 4 Jan 2006 17:17:17 +0000 (17:17 +0000)
Patch from Lennert Buytenhek

Add symbolic names for the five ixp2400 GPIO lines on the enp2611
that are used as interrupts.

Signed-off-by: Lennert Buytenhek <buytenh@wantstofly.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
include/asm-arm/arch-ixp2000/enp2611.h

index 95128d9f5026707338946d134126c51333b47dab..42f3c28dc5c4e08e712b0272375bd4b309001799 100644 (file)
 #define ENP2611_GPIO_SCL               7
 #define ENP2611_GPIO_SDA               6
 
+#define IRQ_ENP2611_THERMAL            IRQ_IXP2000_GPIO4
+#define IRQ_ENP2611_OPTION_BOARD       IRQ_IXP2000_GPIO3
+#define IRQ_ENP2611_CALEB              IRQ_IXP2000_GPIO2
+#define IRQ_ENP2611_PM3386_1           IRQ_IXP2000_GPIO1
+#define IRQ_ENP2611_PM3386_0           IRQ_IXP2000_GPIO0
+
 
 #endif