| To: | ralf@linux-mips.org |
|---|---|
| Subject: | [PATCH 3/5] MIPS: bcm63xx: define MPI_BASE for BCM6345 |
| From: | Florian Fainelli <florian@openwrt.org> |
| Date: | Wed, 21 Sep 2011 15:39:47 +0200 |
| Cc: | linux-mips@linux-mips.org, Florian Fainelli <ffainelli@freebox.fr>, Florian Fainelli <florian@openwrt.org> |
| In-reply-to: | <1316612390-6367-1-git-send-email-florian@openwrt.org> |
| References: | <1316612390-6367-1-git-send-email-florian@openwrt.org> |
| Sender: | linux-mips-bounce@linux-mips.org |
From: Florian Fainelli <ffainelli@freebox.fr>
We are going to use this register to remove some BCM6345 specific hacks.
Signed-off-by: Florian Fainelli <florian@openwrt.org>
---
arch/mips/include/asm/mach-bcm63xx/bcm63xx_cpu.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/arch/mips/include/asm/mach-bcm63xx/bcm63xx_cpu.h
b/arch/mips/include/asm/mach-bcm63xx/bcm63xx_cpu.h
index 96a2391..9fe3b7c 100644
--- a/arch/mips/include/asm/mach-bcm63xx/bcm63xx_cpu.h
+++ b/arch/mips/include/asm/mach-bcm63xx/bcm63xx_cpu.h
@@ -163,7 +163,7 @@ enum bcm63xx_regs_set {
#define BCM_6345_ENET0_BASE (0xfffe1800)
#define BCM_6345_ENETDMA_BASE (0xfffe2800)
#define BCM_6345_PCMCIA_BASE (0xfffe2028)
-#define BCM_6345_MPI_BASE (0xdeadbeef)
+#define BCM_6345_MPI_BASE (0xfffe2000)
#define BCM_6345_OHCI0_BASE (0xfffe2100)
#define BCM_6345_OHCI_PRIV_BASE (0xfffe2200)
#define BCM_6345_USBH_PRIV_BASE (0xdeadbeef)
--
1.7.4.1
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | [PATCH 1/5] MIPS: bcm63xx: define SDRAM_MBASE_REG, Florian Fainelli |
|---|---|
| Next by Date: | [PATCH 2/5] MIPS: bcm63xx: fix SDRAM size computation for BCM6345, Florian Fainelli |
| Previous by Thread: | Re: [PATCH 1/3] MIPS: introduce GENERIC_DUMP_TLB, Florian Fainelli |
| Next by Thread: | [PATCH 2/5] MIPS: bcm63xx: fix SDRAM size computation for BCM6345, Florian Fainelli |
| Indexes: | [Date] [Thread] [Top] [All Lists] |