summaryrefslogtreecommitdiffstats
path: root/arch/mips
diff options
context:
space:
mode:
authorThomas Koeller2007-02-23 01:39:41 +0100
committerRalf Baechle2007-02-27 00:06:06 +0100
commitcbc841356702ccf4f16e760c84006ed3ddd4b1fd (patch)
tree17b2d285d2725b61713c203988fd7c62f10d0c05 /arch/mips
parent[MIPS] excite: Rename CONFIG option (diff)
downloadkernel-qcow2-linux-cbc841356702ccf4f16e760c84006ed3ddd4b1fd.tar.gz
kernel-qcow2-linux-cbc841356702ccf4f16e760c84006ed3ddd4b1fd.tar.xz
kernel-qcow2-linux-cbc841356702ccf4f16e760c84006ed3ddd4b1fd.zip
[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.c2
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)
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;