We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6b03ab commit b084116Copy full SHA for b084116
arch/mips/ar7/platform.c
@@ -575,6 +575,7 @@ static int __init ar7_register_uarts(void)
575
uart_port.type = PORT_AR7;
576
uart_port.uartclk = clk_get_rate(bus_clk) / 2;
577
uart_port.iotype = UPIO_MEM32;
578
+ uart_port.flags = UPF_FIXED_TYPE;
579
uart_port.regshift = 2;
580
581
uart_port.line = 0;
0 commit comments