ramips: handle OTG interrupt on the RT305x SoC
SVN-Revision: 24560
This commit is contained in:
@@ -38,6 +38,9 @@ static void rt305x_intc_irq_dispatch(void)
|
|||||||
else if (pending & RT305X_INTC_INT_UART1)
|
else if (pending & RT305X_INTC_INT_UART1)
|
||||||
do_IRQ(RT305X_INTC_IRQ_UART1);
|
do_IRQ(RT305X_INTC_IRQ_UART1);
|
||||||
|
|
||||||
|
else if (pending & RT305X_INTC_INT_OTG)
|
||||||
|
do_IRQ(RT305X_INTC_IRQ_OTG);
|
||||||
|
|
||||||
/* TODO: handle PIO interrupts as well */
|
/* TODO: handle PIO interrupts as well */
|
||||||
|
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user