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>
This commit is contained in:
parent
f890cef24b
commit
f95661b2f2
1 changed files with 1 additions and 1 deletions
|
@ -182,7 +182,7 @@
|
||||||
|
|
||||||
#define UART_NR 8
|
#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 {
|
enum imx_uart_type {
|
||||||
IMX1_UART,
|
IMX1_UART,
|
||||||
IMX21_UART,
|
IMX21_UART,
|
||||||
|
|
Loading…
Add table
Reference in a new issue