MIPS: Alchemy: UARTs are of type 16550A
[safe/jmp/linux-2.6] / arch / mips / alchemy / common / platform.c
index 195e5b3..3be14b0 100644 (file)
@@ -26,7 +26,9 @@
                .irq            = _irq,                         \
                .regshift       = 2,                            \
                .iotype         = UPIO_AU,                      \
-               .flags          = UPF_SKIP_TEST | UPF_IOREMAP   \
+               .flags          = UPF_SKIP_TEST | UPF_IOREMAP | \
+                                 UPF_FIXED_TYPE,               \
+               .type           = PORT_16550A,                  \
        }
 
 static struct plat_serial8250_port au1x00_uart_data[] = {