| To: | ralf@linux-mips.org |
|---|---|
| Subject: | [PATCH 5/7] MIPS: BCM63XX: Fix USB IRQ definitions for 6328 |
| From: | Kevin Cernekee <cernekee@gmail.com> |
| Date: | Fri, 22 Jun 2012 22:14:55 -0700 |
| Cc: | <ffainelli@freebox.fr>, <mbizon@freebox.fr>, <jonas.gorski@gmail.com>, <linux-mips@linux-mips.org> |
| In-reply-to: | <0f67eabbb0d5c59add27e42a08b94944@localhost> |
| List-archive: | <http://www.linux-mips.org/archives/linux-mips/> |
| List-help: | <mailto:ecartis@linux-mips.org?Subject=help> |
| List-id: | linux-mips <linux-mips.eddie.linux-mips.org> |
| List-owner: | <mailto:ralf@linux-mips.org> |
| List-post: | <mailto:linux-mips@linux-mips.org> |
| List-software: | Ecartis version 1.0.0 |
| List-subscribe: | <mailto:ecartis@linux-mips.org?subject=subscribe%20linux-mips> |
| List-unsubscribe: | <mailto:ecartis@linux-mips.org?subject=unsubscribe%20linux-mips> |
| References: | <0f67eabbb0d5c59add27e42a08b94944@localhost> |
| Sender: | linux-mips-bounce@linux-mips.org |
| User-agent: | vim 7.2 |
OHCI/EHCI are in the high (second) word. Not currently used by any
driver.
Signed-off-by: Kevin Cernekee <cernekee@gmail.com>
---
arch/mips/include/asm/mach-bcm63xx/bcm63xx_cpu.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/arch/mips/include/asm/mach-bcm63xx/bcm63xx_cpu.h
b/arch/mips/include/asm/mach-bcm63xx/bcm63xx_cpu.h
index 2b59ae4..c0e6333 100644
--- a/arch/mips/include/asm/mach-bcm63xx/bcm63xx_cpu.h
+++ b/arch/mips/include/asm/mach-bcm63xx/bcm63xx_cpu.h
@@ -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
--
1.7.11.1
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | [PATCH 4/7] MIPS: BCM63XX: Add register definitions for USBD dependencies, Kevin Cernekee |
|---|---|
| Next by Date: | [PATCH 6/7] MIPS: BCM63XX: Add register and IRQ definitions for USB 2.0 device, Kevin Cernekee |
| Previous by Thread: | [PATCH 4/7] MIPS: BCM63XX: Add register definitions for USBD dependencies, Kevin Cernekee |
| Next by Thread: | [PATCH 6/7] MIPS: BCM63XX: Add register and IRQ definitions for USB 2.0 device, Kevin Cernekee |
| Indexes: | [Date] [Thread] [Top] [All Lists] |