]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - drivers/tty/serial/8250/8250_of.c
serial: 8250: Add Nuvoton NPCM UART
[mirror_ubuntu-bionic-kernel.git] / drivers / tty / serial / 8250 / 8250_of.c
index 160b8906d9b9cbb47e7f5459b23c604778e5eff5..9835b1c1cbe103516061af7b62291a28d38c714b 100644 (file)
@@ -316,6 +316,7 @@ static const struct of_device_id of_platform_serial_table[] = {
        { .compatible = "mrvl,mmp-uart",
                .data = (void *)PORT_XSCALE, },
        { .compatible = "ti,da830-uart", .data = (void *)PORT_DA830, },
+       { .compatible = "nuvoton,npcm750-uart", .data = (void *)PORT_NPCM, },
        { /* end of list */ },
 };
 MODULE_DEVICE_TABLE(of, of_platform_serial_table);