MIPS: BCM63XX: Fix USB IRQ definitions for 6328
authorKevin Cernekee <cernekee@gmail.com>
Sat, 23 Jun 2012 04:14:55 +0000 (04:14 +0000)
committerJohn Crispin <blogic@openwrt.org>
Thu, 30 Aug 2012 18:15:52 +0000 (20:15 +0200)
OHCI/EHCI are in the high (second) word.  Not currently used by any
driver.

Signed-off-by: Kevin Cernekee <cernekee@gmail.com>
Patchwork: http://patchwork.linux-mips.org/patch/4026/
Signed-off-by: John Crispin <blogic@openwrt.org>
arch/mips/include/asm/mach-bcm63xx/bcm63xx_cpu.h

index 2b59ae4a94273b1a2201fdf74afdf294b3986618..c0e63334039b04c027add58fa3553f23645dd1fa 100644 (file)
@@ -602,8 +602,8 @@ enum bcm63xx_irq {
 #define BCM_6328_ENET0_IRQ             0
 #define BCM_6328_ENET1_IRQ             0
 #define BCM_6328_ENET_PHY_IRQ          (IRQ_INTERNAL_BASE + 12)
-#define BCM_6328_OHCI0_IRQ             (IRQ_INTERNAL_BASE + 9)
-#define BCM_6328_EHCI0_IRQ             (IRQ_INTERNAL_BASE + 10)
+#define BCM_6328_OHCI0_IRQ             (BCM_6328_HIGH_IRQ_BASE + 9)
+#define BCM_6328_EHCI0_IRQ             (BCM_6328_HIGH_IRQ_BASE + 10)
 #define BCM_6328_PCMCIA_IRQ            0
 #define BCM_6328_ENET0_RXDMA_IRQ       0
 #define BCM_6328_ENET0_TXDMA_IRQ       0