tty/serial: of_serial: add support for PXA/MMP uarts
[cascardo/linux.git] / drivers / tty / serial / of_serial.c
index 3194b42..fbb719c 100644 (file)
@@ -335,6 +335,10 @@ static struct of_device_id of_platform_serial_table[] = {
                .data = (void *)PORT_ALTR_16550_F64, },
        { .compatible = "altr,16550-FIFO128",
                .data = (void *)PORT_ALTR_16550_F128, },
+       { .compatible = "mrvl,mmp-uart",
+               .data = (void *)PORT_XSCALE, },
+       { .compatible = "mrvl,pxa-uart",
+               .data = (void *)PORT_XSCALE, },
 #ifdef CONFIG_SERIAL_OF_PLATFORM_NWPSERIAL
        { .compatible = "ibm,qpace-nwp-serial",
                .data = (void *)PORT_NWPSERIAL, },