[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>

authored by Thomas Koeller and committed by Ralf Baechle cbc84135 be91589e

+1 -1
+1 -1
arch/mips/basler/excite/excite_setup.c
··· 112 112 up.irq = TITAN_IRQ; 113 113 up.uartclk = TITAN_UART_CLK; 114 114 up.regshift = 0; 115 - up.iotype = UPIO_MEM32; 115 + up.iotype = UPIO_RM9000; 116 116 up.type = PORT_RM9000; 117 117 up.flags = UPF_SHARE_IRQ; 118 118 up.line = 0;