]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
ARM: OMAP: update board 2430 file for TWL PIH interrupts
authorSyed Mohammed Khasim x0khasim@ti.com <x0khasim@ti.com>
Mon, 11 Dec 2006 21:52:58 +0000 (13:52 -0800)
committerTony Lindgren <tony@atomide.com>
Mon, 11 Dec 2006 21:52:58 +0000 (13:52 -0800)
This patch updates the board-2430sdp.h for TWL PIH interrupts.

Signed-off-by: Syed Mohammed Khasim <x0khasim@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
include/asm-arm/arch-omap/board-2430sdp.h

index 6749ad7252d6c1458ed2ca12e3243cc61a64914f..e9c65ce3cb1287eca508a033b929da8231d483a2 100644 (file)
 #define OMAP24XX_ETHR_GPIO_IRQ         149
 #define SDP2430_CS0_BASE               0x04000000
 
-/*
- * Just a place holder, need to add more
- */
+#define TWL4030_IRQNUM                 INT_24XX_SYS_NIRQ
+
+/* TWL4030 Primary Interrupt Handler (PIH) interrupts */
+#define IH_TWL4030_BASE                        IH_BOARD_BASE
+#define IH_TWL4030_END                 (IH_TWL4030_BASE+8)
+#define NR_IRQS                                (IH_TWL4030_END)
 
-#endif                         /*  __ASM_ARCH_OMAP_2430SDP_H */
+#endif /* __ASM_ARCH_OMAP_2430SDP_H */