diff options
author | Thomas Koeller <thomas.koeller@baslerweb.com> | 2007-02-22 19:39:41 -0500 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2007-02-26 18:06:06 -0500 |
commit | cbc841356702ccf4f16e760c84006ed3ddd4b1fd (patch) | |
tree | 17b2d285d2725b61713c203988fd7c62f10d0c05 /arch/mips | |
parent | be91589ee8b8691209d5dd876360e67d2f79f16a (diff) |
[MIPS] excite: Set serial driver iotype to UPIO_RM9000
Signed-off-by: Thomas Koeller <thomas.koeller@baslerweb.com>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips')
-rw-r--r-- | 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 a1ce4580058d..42f0eda1d51f 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) | |||
112 | up.irq = TITAN_IRQ; | 112 | up.irq = TITAN_IRQ; |
113 | up.uartclk = TITAN_UART_CLK; | 113 | up.uartclk = TITAN_UART_CLK; |
114 | up.regshift = 0; | 114 | up.regshift = 0; |
115 | up.iotype = UPIO_MEM32; | 115 | up.iotype = UPIO_RM9000; |
116 | up.type = PORT_RM9000; | 116 | up.type = PORT_RM9000; |
117 | up.flags = UPF_SHARE_IRQ; | 117 | up.flags = UPF_SHARE_IRQ; |
118 | up.line = 0; | 118 | up.line = 0; |