diff options
| author | Roland Stigge <stigge@antcom.de> | 2012-06-11 15:57:14 -0400 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-06-12 18:45:57 -0400 |
| commit | e4305f0c500cc2b8ca8d6ca2fb74fb76bf2cb6ad (patch) | |
| tree | 7483cffeabbb4757b3c6c3169c0c456b5fe989ee /drivers | |
| parent | 7a5145965c9807732135630642c49f280b375f56 (diff) | |
serial/of-serial: Add LPC3220 standard UART compatible string
This patch adds a "compatible" string for the new 8250 UART type PORT_LPC3220.
This is necessary for initializing LPC32xx UARTs via DT.
Signed-off-by: Roland Stigge <stigge@antcom.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/tty/serial/of_serial.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/tty/serial/of_serial.c b/drivers/tty/serial/of_serial.c index 5410c0637266..34e71874a892 100644 --- a/drivers/tty/serial/of_serial.c +++ b/drivers/tty/serial/of_serial.c | |||
| @@ -208,6 +208,7 @@ static struct of_device_id __devinitdata of_platform_serial_table[] = { | |||
| 208 | { .compatible = "ns16750", .data = (void *)PORT_16750, }, | 208 | { .compatible = "ns16750", .data = (void *)PORT_16750, }, |
| 209 | { .compatible = "ns16850", .data = (void *)PORT_16850, }, | 209 | { .compatible = "ns16850", .data = (void *)PORT_16850, }, |
| 210 | { .compatible = "nvidia,tegra20-uart", .data = (void *)PORT_TEGRA, }, | 210 | { .compatible = "nvidia,tegra20-uart", .data = (void *)PORT_TEGRA, }, |
| 211 | { .compatible = "nxp,lpc3220-uart", .data = (void *)PORT_LPC3220, }, | ||
| 211 | #ifdef CONFIG_SERIAL_OF_PLATFORM_NWPSERIAL | 212 | #ifdef CONFIG_SERIAL_OF_PLATFORM_NWPSERIAL |
| 212 | { .compatible = "ibm,qpace-nwp-serial", | 213 | { .compatible = "ibm,qpace-nwp-serial", |
| 213 | .data = (void *)PORT_NWPSERIAL, }, | 214 | .data = (void *)PORT_NWPSERIAL, }, |
