Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cbc84135 authored by Thomas Koeller's avatar Thomas Koeller Committed by Ralf Baechle
Browse files

[MIPS] excite: Set serial driver iotype to UPIO_RM9000

parent be91589e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;