Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ce0ac423 authored by Haojian Zhuang's avatar Haojian Zhuang Committed by Eric Miao
Browse files

[ARM] mmp2: add support for board IRQs

parent 0913b86f
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -222,6 +222,10 @@
#define IRQ_GPIO_NUM			192
#define IRQ_GPIO(x)			(IRQ_GPIO_START + (x))

#define NR_IRQS		(IRQ_GPIO_START + IRQ_GPIO_NUM)
/* Board IRQ - 64 by default, increase if not enough */
#define IRQ_BOARD_START			(IRQ_GPIO_START + IRQ_GPIO_NUM)
#define IRQ_BOARD_END			(IRQ_BOARD_START + 64)

#define NR_IRQS				(IRQ_BOARD_END)

#endif /* __ASM_MACH_IRQS_H */