From 387c9b9ac768705dd43cd63c184ebcfbbb59544a Mon Sep 17 00:00:00 2001 From: Michal Simek Date: Tue, 24 Nov 2009 00:22:41 +0000 Subject: [PATCH] --- yaml --- r: 175805 b: refs/heads/master c: 86f9e097f340fd0fbd37afe92bd5453f5a84cbca h: refs/heads/master i: 175803: 0a77c384384c6c840441f8ceb5445d432384795d v: v3 --- [refs] | 2 +- trunk/drivers/serial/of_serial.c | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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, },