| To: | ralf@linux-mips.org |
|---|---|
| Subject: | [PATCH 2/2] excite: Set serial driver iotype to UPIO_RM9000 |
| From: | Thomas Koeller <thomas.koeller@baslerweb.com> |
| Date: | Fri, 23 Feb 2007 01:39:41 +0100 |
| Cc: | linux-mips@linux-mips.org |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| Sender: | linux-mips-bounce@linux-mips.org |
Signed-off-by: Thomas Koeller <thomas.koeller@baslerweb.com>
---
arch/mips/basler/excite/excite_setup.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/arch/mips/basler/excite/excite_setup.c
b/arch/mips/basler/excite/excite_setup.c
index a1ce458..42f0eda 100644
--- a/arch/mips/basler/excite/excite_setup.c
+++ b/arch/mips/basler/excite/excite_setup.c
@@ -112,7 +112,7 @@ static int __init excite_init_console(void)
up.irq = TITAN_IRQ;
up.uartclk = TITAN_UART_CLK;
up.regshift = 0;
- up.iotype = UPIO_MEM32;
+ up.iotype = UPIO_RM9000;
up.type = PORT_RM9000;
up.flags = UPF_SHARE_IRQ;
up.line = 0;
--
1.5.0
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | [PATCH 1/2] excite: Rename CONFIG option, Thomas Koeller |
|---|---|
| Next by Date: | Re: [PATCH 2/2] excite: Set serial driver iotype to UPIO_RM9000, Ralf Baechle |
| Previous by Thread: | [PATCH 1/2] excite: Rename CONFIG option, Thomas Koeller |
| Next by Thread: | Re: [PATCH 2/2] excite: Set serial driver iotype to UPIO_RM9000, Ralf Baechle |
| Indexes: | [Date] [Thread] [Top] [All Lists] |