mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-12-25 03:13:20 +02:00
ramips: handle OTG interrupt on the RT305x SoC
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24560 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
26090b8684
commit
779b986847
@ -38,6 +38,9 @@ static void rt305x_intc_irq_dispatch(void)
|
||||
else if (pending & RT305X_INTC_INT_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 */
|
||||
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user