MIPS: AR7: Ensure that serial ports are properly set up
[pandora-kernel.git] / arch / mips / ar7 / platform.c
index 33ffecf..8e64ab5 100644 (file)
@@ -541,6 +541,7 @@ static int __init ar7_register_uarts(void)
        uart_port.type          = PORT_AR7;
        uart_port.uartclk       = clk_get_rate(bus_clk) / 2;
        uart_port.iotype        = UPIO_MEM32;
+       uart_port.flags         = UPF_FIXED_TYPE;
        uart_port.regshift      = 2;
 
        uart_port.line          = 0;