From: Thomas Koeller Date: Fri, 23 Feb 2007 00:39:41 +0000 (+0100) Subject: [MIPS] excite: Set serial driver iotype to UPIO_RM9000 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=cbc841356702ccf4f16e760c84006ed3ddd4b1fd;p=GitHub%2Fmt8127%2Fandroid_kernel_alcatel_ttab.git [MIPS] excite: Set serial driver iotype to UPIO_RM9000 Signed-off-by: Thomas Koeller Signed-off-by: Ralf Baechle --- 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;