From: Syed Mohammed Khasim Date: Fri, 26 Jan 2007 00:21:13 +0000 (-0800) Subject: ARM: OMAP: update board 2430 file for TWL PIH interrupts X-Git-Tag: v2.6.21-omap1~43^2~52 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=2fbb7c07ad2f21dead245767e8e226098d903653;p=linux-2.6-omap-h63xx.git ARM: OMAP: update board 2430 file for TWL PIH interrupts This patch updates the board-2430sdp.h for TWL PIH interrupts. Signed-off-by: Syed Mohammed Khasim Signed-off-by: Tony Lindgren --- diff --git a/include/asm-arm/arch-omap/board-2430sdp.h b/include/asm-arm/arch-omap/board-2430sdp.h index 6749ad7252d..e9c65ce3cb1 100644 --- a/include/asm-arm/arch-omap/board-2430sdp.h +++ b/include/asm-arm/arch-omap/board-2430sdp.h @@ -34,8 +34,11 @@ #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 */