From: Uwe Kleine-König Date: Tue, 24 Feb 2015 10:17:09 +0000 (+0100) Subject: serial: imx: fix comment about which machines use the i.MX21 type X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=f95661b2f2ae75c9b07b9b4e0a9a55c40e085e6f;p=linux.git serial: imx: fix comment about which machines use the i.MX21 type Signed-off-by: Uwe Kleine-König Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/tty/serial/imx.c b/drivers/tty/serial/imx.c index 6ec35e1168eb4..cbbb47385877e 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,