diff options
author | Florian Fainelli <florian@openwrt.org> | 2009-06-11 13:21:24 +0100 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2009-06-11 08:51:03 -0700 |
commit | 08e0992f60ad44025a8a8b8a821838ca4a562686 (patch) | |
tree | 7afa60d668a0559282a2492fb36c88238a035b60 /include/linux/serial_core.h | |
parent | 257a6e8cc7f9274f0af090494a3f1ee06548b5bd (diff) | |
download | linux-stable-08e0992f60ad44025a8a8b8a821838ca4a562686.tar.gz linux-stable-08e0992f60ad44025a8a8b8a821838ca4a562686.tar.bz2 linux-stable-08e0992f60ad44025a8a8b8a821838ca4a562686.zip |
serial: add support for the TI AR7 internal UART
This patch adds support for the TI AR7 internal UART.
Signed-off-by: Florian Fainelli <florian@openwrt.org>
Signed-off-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
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 57a97e52e58d..48766ea845cf 100644 --- a/include/linux/serial_core.h +++ b/include/linux/serial_core.h @@ -41,7 +41,8 @@ #define PORT_XSCALE 15 #define PORT_RM9000 16 /* PMC-Sierra RM9xxx internal UART */ #define PORT_OCTEON 17 /* Cavium OCTEON internal UART */ -#define PORT_MAX_8250 17 /* max port ID */ +#define PORT_AR7 18 /* Texas Instruments AR7 internal UART */ +#define PORT_MAX_8250 18 /* max port ID */ /* * ARM specific type numbers. These are not currently guaranteed |