diff options
author | Richard Röjfors <richard.rojfors.ext@mocean-labs.com> | 2009-06-11 09:05:39 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2009-06-11 11:51:06 -0400 |
commit | 34aec591847c696339189b070cce2a11f901cfea (patch) | |
tree | b371a780186becf6daba7c229cb74821b020a879 /include | |
parent | e960bf73ddd73714bcfbadb1717e53ecda9924cb (diff) |
serial: Added Timberdale UART driver
Driver for the UART found in the Timberdale FPGA
Signed-off-by: Richard Röjfors <richard.rojfors.ext@mocean-labs.com>
Signed-off-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/serial_core.h | 3 |
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 @@ | |||
168 | /* MAX3100 */ | 168 | /* MAX3100 */ |
169 | #define PORT_MAX3100 86 | 169 | #define PORT_MAX3100 86 |
170 | 170 | ||
171 | /* Timberdale UART */ | ||
172 | #define PORT_TIMBUART 87 | ||
173 | |||
171 | #ifdef __KERNEL__ | 174 | #ifdef __KERNEL__ |
172 | 175 | ||
173 | #include <linux/compiler.h> | 176 | #include <linux/compiler.h> |