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:
parent
32c9e3bd01
commit
5d8e2080ac
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user