This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

GPIO and IVA2.2 IRQ number mapping on OMAP3530

I have an external device generating an interrupt signal on GPIO_98 pin (which is channel 2 on GPIO module 4). I would like to find out what interrupt number is it corresponded to, would that be the EVENT number 76, or the IVA2_IRQ[31] number I should set to the HWI object on Tconf  ?

bios.HWI.instance("HWI_INT4").interruptSelectNumber =  76 or 31or something else;

Thanks,

/Chi.