diff --git a/drivers/tty/serial/imx.c b/drivers/tty/serial/imx.c index 6ec35e1168eb4500e84f980da63ec928dd9c0e5c..cbbb47385877ef1ab12ebb3ae8ac2fe5193c7bc6 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,