[MIPS] excite: Set serial driver iotype to UPIO_RM9000
authorThomas Koeller <thomas.koeller@baslerweb.com>
Fri, 23 Feb 2007 00:39:41 +0000 (01:39 +0100)
committerRalf Baechle <ralf@linux-mips.org>
Mon, 26 Feb 2007 23:06:06 +0000 (23:06 +0000)
Signed-off-by: Thomas Koeller <thomas.koeller@baslerweb.com>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/basler/excite/excite_setup.c

index a1ce458..42f0eda 100644 (file)
@@ -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;