diff --git a/[refs] b/[refs] index 2d7c1f3003a5..b2a78358f29d 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 39adfa540fa0b32e41b2a5a9e225384009ae6128 +refs/heads/master: 86f9e097f340fd0fbd37afe92bd5453f5a84cbca diff --git a/trunk/drivers/serial/of_serial.c b/trunk/drivers/serial/of_serial.c index 02406ba6da1c..cdf172eda2e3 100644 --- a/trunk/drivers/serial/of_serial.c +++ b/trunk/drivers/serial/of_serial.c @@ -161,6 +161,7 @@ static int of_platform_serial_remove(struct of_device *ofdev) static struct of_device_id __devinitdata of_platform_serial_table[] = { { .type = "serial", .compatible = "ns8250", .data = (void *)PORT_8250, }, { .type = "serial", .compatible = "ns16450", .data = (void *)PORT_16450, }, + { .type = "serial", .compatible = "ns16550a", .data = (void *)PORT_16550A, }, { .type = "serial", .compatible = "ns16550", .data = (void *)PORT_16550, }, { .type = "serial", .compatible = "ns16750", .data = (void *)PORT_16750, }, { .type = "serial", .compatible = "ns16850", .data = (void *)PORT_16850, },