aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorBryan Wu <bryan.wu@analog.com>2008-04-30 00:52:12 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2008-04-30 08:29:30 -0700
commit2f3517418dc0684a32318f2c5b53257416448b1e (patch)
tree46225459cb66dcd25e3b392b698b634d4d571012 /include
parentMAINTAINERS: sort ordering (diff)
downloadlinux-dev-2f3517418dc0684a32318f2c5b53257416448b1e.tar.xz
linux-dev-2f3517418dc0684a32318f2c5b53257416448b1e.zip
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')
-rw-r--r--include/linux/serial_core.h6
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 @@
/* Freescale ColdFire */
#define PORT_MCF 78
-#define PORT_SC26XX 79
-
+/* Blackfin SPORT */
+#define PORT_BFIN_SPORT 79
/* MN10300 on-chip UART numbers */
#define PORT_MN10300 80
#define PORT_MN10300_CTS 81
+#define PORT_SC26XX 82
+
#ifdef __KERNEL__
#include <linux/compiler.h>