Hi,I'm working on MOST bus with QNX RTOS onI.MX6Q SABRE for Automotive Infotainment. Now when I coding the driver of MediaLB, there is a problem that is I can find the interrupt number of ahb ISR.
In the linux MediaLB driver, we can see a function named "static irqreturn_t mlb_ahb_isr(int irq, void *dev_id)".
So what I want to ask is what's its interrupt numner.
Regards,
Cheng Hao
Solved! Go to Solution.
Hi, Hao
The MLB interrupt should be as below:
#define MXC_INT_MLB_AHB0 149
#define MXC_INT_MLB_AHB1 158
You can refer to arch/arm/plat-mxc/devices/platform-mxc_mlb.c.
Hi, Hao
The MLB interrupt should be as below:
#define MXC_INT_MLB_AHB0 149
#define MXC_INT_MLB_AHB1 158
You can refer to arch/arm/plat-mxc/devices/platform-mxc_mlb.c.