* [PATCH 2/2] excite: Set serial driver iotype to UPIO_RM9000
@ 2007-02-23 0:39 Thomas Koeller
2007-02-23 1:28 ` Ralf Baechle
0 siblings, 1 reply; 2+ messages in thread
From: Thomas Koeller @ 2007-02-23 0:39 UTC (permalink / raw)
To: ralf; +Cc: linux-mips
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
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-02-23 1:28 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-02-23 0:39 [PATCH 2/2] excite: Set serial driver iotype to UPIO_RM9000 Thomas Koeller
2007-02-23 1:28 ` Ralf Baechle
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox