diff options
Diffstat (limited to 'include/linux/serial_core.h')
| -rw-r--r-- | include/linux/serial_core.h | 3 | 
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/serial_core.h b/include/linux/serial_core.h index 65db9928e15f..0253c2022e53 100644 --- a/include/linux/serial_core.h +++ b/include/linux/serial_core.h @@ -47,7 +47,8 @@  #define PORT_U6_16550A	19	/* ST-Ericsson U6xxx internal UART */  #define PORT_TEGRA	20	/* NVIDIA Tegra internal UART */  #define PORT_XR17D15X	21	/* Exar XR17D15x UART */ -#define PORT_MAX_8250	21	/* max port ID */ +#define PORT_LPC3220	22	/* NXP LPC32xx SoC "Standard" UART */ +#define PORT_MAX_8250	22	/* max port ID */  /*   * ARM specific type numbers.  These are not currently guaranteed  |