diff options
author | Uwe Kleine-König <u.kleine-koenig@pengutronix.de> | 2015-02-24 05:17:09 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2015-03-06 21:26:32 -0500 |
commit | f95661b2f2ae75c9b07b9b4e0a9a55c40e085e6f (patch) | |
tree | 634c6e829763a77ee85989383c2f1cf642bde08b | |
parent | f890cef24bc0e17ea9a1f5c39d9105f3e8bc4f13 (diff) |
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>
-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 6ec35e1168eb..cbbb47385877 100644 --- a/drivers/tty/serial/imx.c +++ b/drivers/tty/serial/imx.c | |||
@@ -182,7 +182,7 @@ | |||
182 | 182 | ||
183 | #define UART_NR 8 | 183 | #define UART_NR 8 |
184 | 184 | ||
185 | /* i.mx21 type uart runs on all i.mx except i.mx1 */ | 185 | /* i.MX21 type uart runs on all i.mx except i.MX1 and i.MX6q */ |
186 | enum imx_uart_type { | 186 | enum imx_uart_type { |
187 | IMX1_UART, | 187 | IMX1_UART, |
188 | IMX21_UART, | 188 | IMX21_UART, |