MIPS: ath79: Use correct IRQ number for the OHCI controller on AR7240
authorGabor Juhos <juhosg@openwrt.org>
Sat, 4 Aug 2012 16:01:25 +0000 (18:01 +0200)
committerRalf Baechle <ralf@linux-mips.org>
Fri, 17 Aug 2012 08:57:27 +0000 (10:57 +0200)
commit5fb234560eb3033b35812cd0d80613dbf37dca2f
tree9ce3e8af0ede2227d01b90ac35cbfa643684a0e3
parentb4da14abf27227fc767ec257f44de70085a0bc68
MIPS: ath79: Use correct IRQ number for the OHCI controller on AR7240

The currently assigned IRQ number to the OHCI controller is incorrect for
the AR7240 SoC, and that leads to the following error message from the
OHCI driver:

ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
ath79-ohci ath79-ohci: Atheros built-in OHCI controller
ath79-ohci ath79-ohci: new USB bus registered, assigned bus number 1
ath79-ohci ath79-ohci: irq 14, io mem 0x1b000000
hub 1-0:1.0: USB hub found
hub 1-0:1.0: 1 port detected
usb 1-1: new full-speed USB device number 2 using ath79-ohci
ath79-ohci ath79-ohci: Unlink after no-IRQ?  Controller is probably using the wrong IRQ.

Fix this by using the correct IRQ number.

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/4168/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/ath79/dev-usb.c