[PATCH v2 5/7] serial: imx: fix comment about which machines use the i.MX21 type

Uwe Kleine-König u.kleine-koenig at pengutronix.de
Tue Feb 24 02:17:09 PST 2015


Signed-off-by: Uwe Kleine-König <u.kleine-koenig at pengutronix.de>
---
 drivers/tty/serial/imx.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/tty/serial/imx.c b/drivers/tty/serial/imx.c
index 235c36522dd6..e74dd74d84d0 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,
-- 
2.1.4




More information about the linux-arm-kernel mailing list