diff options
author | Tobias Klauser <tklauser@distanz.ch> | 2010-05-05 10:35:23 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2010-05-21 09:34:30 -0700 |
commit | 6b7d8f8b5c43f7bedda750d8a9dab0658da1d2ba (patch) | |
tree | 5af3b8bf06f8406fe537c5cbaa4e5c84b088ff1e /include/linux/serial_core.h | |
parent | 5bcd601049c6b2ad52733d4cd2794bfbaf1b9314 (diff) | |
download | linux-stable-6b7d8f8b5c43f7bedda750d8a9dab0658da1d2ba.tar.gz linux-stable-6b7d8f8b5c43f7bedda750d8a9dab0658da1d2ba.tar.bz2 linux-stable-6b7d8f8b5c43f7bedda750d8a9dab0658da1d2ba.zip |
serial: Add driver for the Altera UART
Add an UART driver for the UART component available as a SOPC (System on
Programmable Chip) component for Altera FPGAs.
Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'include/linux/serial_core.h')
-rw-r--r-- | include/linux/serial_core.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/serial_core.h b/include/linux/serial_core.h index ade1536e1a48..09d0d2d5a08b 100644 --- a/include/linux/serial_core.h +++ b/include/linux/serial_core.h @@ -184,6 +184,7 @@ /* Altera UARTs */ #define PORT_ALTERA_JTAGUART 91 +#define PORT_ALTERA_UART 92 #ifdef __KERNEL__ |