diff options
author | Uwe Kleine-König <u.kleine-koenig@pengutronix.de> | 2015-02-24 11:17:09 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2015-03-07 03:26:32 +0100 |
commit | f95661b2f2ae75c9b07b9b4e0a9a55c40e085e6f (patch) | |
tree | 634c6e829763a77ee85989383c2f1cf642bde08b /drivers/tty/serial/imx.c | |
parent | f890cef24bc0e17ea9a1f5c39d9105f3e8bc4f13 (diff) | |
download | op-kernel-dev-f95661b2f2ae75c9b07b9b4e0a9a55c40e085e6f.zip op-kernel-dev-f95661b2f2ae75c9b07b9b4e0a9a55c40e085e6f.tar.gz |
serial: imx: fix comment about which machines use the i.MX21 type
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/tty/serial/imx.c')
-rw-r--r-- | drivers/tty/serial/imx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/tty/serial/imx.c b/drivers/tty/serial/imx.c index 6ec35e1..cbbb473 100644 --- a/drivers/tty/serial/imx.c +++ b/drivers/tty/serial/imx.c @@ -182,7 +182,7 @@ #define UART_NR 8 -/* i.mx21 type uart runs on all i.mx except i.mx1 */ +/* i.MX21 type uart runs on all i.mx except i.MX1 and i.MX6q */ enum imx_uart_type { IMX1_UART, IMX21_UART, |