diff options
author | Bryan Wu <bryan.wu@analog.com> | 2008-04-30 03:52:12 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2008-04-30 11:29:30 -0400 |
commit | 2f3517418dc0684a32318f2c5b53257416448b1e (patch) | |
tree | 46225459cb66dcd25e3b392b698b634d4d571012 /include/linux | |
parent | 4e68852dca7a16271d09269f643a8e0eb8bb500d (diff) |
Blackfin serial driver: this driver enable SPORTs on Blackfin emulate UART
Signed-off-by: Bryan Wu <bryan.wu@analog.com>
Cc: Alan Cox <alan@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'include/linux')
-rw-r--r-- | include/linux/serial_core.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/include/linux/serial_core.h b/include/linux/serial_core.h index 7cb094a82456..d32123ae08ad 100644 --- a/include/linux/serial_core.h +++ b/include/linux/serial_core.h | |||
@@ -149,13 +149,15 @@ | |||
149 | /* Freescale ColdFire */ | 149 | /* Freescale ColdFire */ |
150 | #define PORT_MCF 78 | 150 | #define PORT_MCF 78 |
151 | 151 | ||
152 | #define PORT_SC26XX 79 | 152 | /* Blackfin SPORT */ |
153 | 153 | #define PORT_BFIN_SPORT 79 | |
154 | 154 | ||
155 | /* MN10300 on-chip UART numbers */ | 155 | /* MN10300 on-chip UART numbers */ |
156 | #define PORT_MN10300 80 | 156 | #define PORT_MN10300 80 |
157 | #define PORT_MN10300_CTS 81 | 157 | #define PORT_MN10300_CTS 81 |
158 | 158 | ||
159 | #define PORT_SC26XX 82 | ||
160 | |||
159 | #ifdef __KERNEL__ | 161 | #ifdef __KERNEL__ |
160 | 162 | ||
161 | #include <linux/compiler.h> | 163 | #include <linux/compiler.h> |