Add IRQ line for usb device. I'm not 100% sure this is the right

place to add this connection, since the interrupt is for a GPIO pin,
but since we have no alternative at the moment...

Submitted by:	Hans Petter Selasky
This commit is contained in:
Warner Losh 2008-08-19 22:15:14 +00:00
parent 32c9e3bd01
commit 5d8e2080ac

View File

@ -304,7 +304,7 @@ struct cpu_devs at91rm9200_devs[] =
{
"at91_udp", 0,
AT91RM92_BASE + AT91RM92_UDP_BASE, AT91RM92_UDP_SIZE,
AT91RM92_IRQ_UDP
AT91RM92_IRQ_UDP, AT91RM92_IRQ_PIOB
},
{
"at91_mci", 0,