aboutsummaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorRichard Röjfors <[email protected]>2009-06-11 14:05:39 +0100
committerLinus Torvalds <[email protected]>2009-06-11 08:51:06 -0700
commit34aec591847c696339189b070cce2a11f901cfea (patch)
treeb371a780186becf6daba7c229cb74821b020a879 /include/linux
parente960bf73ddd73714bcfbadb1717e53ecda9924cb (diff)
serial: Added Timberdale UART driver
Driver for the UART found in the Timberdale FPGA Signed-off-by: Richard Röjfors <[email protected]> Signed-off-by: Alan Cox <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/serial_core.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/serial_core.h b/include/linux/serial_core.h
index 48766ea845cf..6fd80c4243f1 100644
--- a/include/linux/serial_core.h
+++ b/include/linux/serial_core.h
@@ -168,6 +168,9 @@
/* MAX3100 */
#define PORT_MAX3100 86
+/* Timberdale UART */
+#define PORT_TIMBUART 87
+
#ifdef __KERNEL__
#include <linux/compiler.h>