diff options
author | Grant Likely <grant.likely@secretlab.ca> | 2011-07-06 01:42:36 -0400 |
---|---|---|
committer | Grant Likely <grant.likely@secretlab.ca> | 2011-07-09 17:37:43 -0400 |
commit | 2e39e5be1ddf9fc5fbe84fe7ae3e035bb07845e5 (patch) | |
tree | d1ad76d8749f88f37961bc18834bd11ee248949f /drivers/tty | |
parent | b98c0239204d6603b3a33bcc2b3916adaa8d4160 (diff) |
tty/serial: Add devicetree support for nVidia Tegra serial ports
Acked-by: Greg Kroah-Hartman <gregkh@suse.de>
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Diffstat (limited to 'drivers/tty')
-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 dbfbfda27537..e58cece6f443 100644 --- a/drivers/tty/serial/of_serial.c +++ b/drivers/tty/serial/of_serial.c | |||
@@ -181,6 +181,7 @@ static struct of_device_id __devinitdata of_platform_serial_table[] = { | |||
181 | { .compatible = "ns16550", .data = (void *)PORT_16550, }, | 181 | { .compatible = "ns16550", .data = (void *)PORT_16550, }, |
182 | { .compatible = "ns16750", .data = (void *)PORT_16750, }, | 182 | { .compatible = "ns16750", .data = (void *)PORT_16750, }, |
183 | { .compatible = "ns16850", .data = (void *)PORT_16850, }, | 183 | { .compatible = "ns16850", .data = (void *)PORT_16850, }, |
184 | { .compatible = "nvidia,tegra20-uart", .data = (void *)PORT_TEGRA, }, | ||
184 | #ifdef CONFIG_SERIAL_OF_PLATFORM_NWPSERIAL | 185 | #ifdef CONFIG_SERIAL_OF_PLATFORM_NWPSERIAL |
185 | { .compatible = "ibm,qpace-nwp-serial", | 186 | { .compatible = "ibm,qpace-nwp-serial", |
186 | .data = (void *)PORT_NWPSERIAL, }, | 187 | .data = (void *)PORT_NWPSERIAL, }, |