Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Uwe Kleine-König and committed by
Greg Kroah-Hartman
f95661b2 f890cef2

+1 -1
+1 -1
drivers/tty/serial/imx.c
··· 182 182 183 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 186 enum imx_uart_type { 187 187 IMX1_UART, 188 188 IMX21_UART,