| To: | Ralf Baechle <ralf@linux-mips.org>, Linux-MIPS <linux-mips@linux-mips.org> |
|---|---|
| Subject: | [PATCH] MIPS: Alchemy: fix dma.c compiled bug |
| From: | Manuel Lauss <manuel.lauss@googlemail.com> |
| Date: | Fri, 16 Oct 2009 21:27:56 +0200 |
| Cc: | Manuel Lauss <manuel.lauss@gmail.com> |
| Dkim-signature: | v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:from:to:cc:subject:date :message-id:x-mailer; bh=JQ3FWg9ZRRw2YIBzmGUBeTteSy9uuPrrDkV/XIVr+eg=; b=L4JTi85SmA7BSPOZKHfYCQruWCRugjoGxinqIKaF8mA1jirMCzyOYRrwZo6cSaBUgw gB7QIoRs2EP19T2ozu3zBI1FD3Klu2gSMCZVq9oRqvwiGo2a35zQ4FBfaXj1TLaj0Kxm byk+DsBPL480kyv71bp3/pgC32y3mcrK/h30o= |
| Domainkey-signature: | a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=from:to:cc:subject:date:message-id:x-mailer; b=xrnQZhdg8Kl4PLwiL14U4THVmIWB/3fIdrpIwzxbUc14nZyawNZeZiBKPDirgQOedN p2DbzNqosVKoq5R7gwEq4O31ddjKrQeMeM8WEvNMM2xnfQCd4ZDsmcswctS4BxIcoLAr UmaPBg4tYxIM2+SSEKHvEq7BBYaaRh6XeZepU= |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| Sender: | linux-mips-bounce@linux-mips.org |
Patch "MIPS: Alchemy: get rid of superfluous UART definitions" breaks
dma.c.
Signed-off-by: Manuel Lauss <manuel.lauss@gmail.com>
---
arch/mips/include/asm/mach-au1x00/au1000.h | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/arch/mips/include/asm/mach-au1x00/au1000.h
b/arch/mips/include/asm/mach-au1x00/au1000.h
index ee65236..c6235c5 100644
--- a/arch/mips/include/asm/mach-au1x00/au1000.h
+++ b/arch/mips/include/asm/mach-au1x00/au1000.h
@@ -915,6 +915,7 @@ enum soc_au1200_ints {
#ifdef CONFIG_SOC_AU1000
#define UART0_ADDR 0xB1100000
+#define UART3_ADDR 0xB1400000
#define USB_OHCI_BASE 0x10100000 /* phys addr for ioremap */
#define USB_HOST_CONFIG 0xB017FFFC
@@ -931,6 +932,7 @@ enum soc_au1200_ints {
#ifdef CONFIG_SOC_AU1500
#define UART0_ADDR 0xB1100000
+#define UART3_ADDR 0xB1400000
#define USB_OHCI_BASE 0x10100000 /* phys addr for ioremap */
#define USB_HOST_CONFIG 0xB017fffc
@@ -947,6 +949,7 @@ enum soc_au1200_ints {
#ifdef CONFIG_SOC_AU1100
#define UART0_ADDR 0xB1100000
+#define UART3_ADDR 0xB1400000
#define USB_OHCI_BASE 0x10100000 /* phys addr for ioremap */
#define USB_HOST_CONFIG 0xB017FFFC
--
1.6.5
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: [PATCH 1/2] tracing: convert trace_clock_local() as weak function, Wu Zhangjin |
|---|---|
| Next by Date: | Re: [PATCH] MIPS: Alchemy: fix dma.c compiled bug, Ralf Baechle |
| Previous by Thread: | [PATCH 1/2] tracing: convert trace_clock_local() as weak function, Wu Zhangjin |
| Next by Thread: | Re: [PATCH] MIPS: Alchemy: fix dma.c compiled bug, Ralf Baechle |
| Indexes: | [Date] [Thread] [Top] [All Lists] |