aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/serial_core.h
diff options
context:
space:
mode:
authorKristoffer Glembo <kristoffer@gaisler.com>2009-11-04 08:39:46 -0800
committerDavid S. Miller <davem@davemloft.net>2009-11-04 08:44:54 -0800
commitd4ac42a582e46d7f86f0acb4253a310423c72c4c (patch)
tree6b62aacf31e0d4f938b4077941a5a1eacdb55d7f /include/linux/serial_core.h
parent462265bf494c4f2a2f6e06480590becadecbfea7 (diff)
downloadkernel_samsung_smdk4412-d4ac42a582e46d7f86f0acb4253a310423c72c4c.zip
kernel_samsung_smdk4412-d4ac42a582e46d7f86f0acb4253a310423c72c4c.tar.gz
kernel_samsung_smdk4412-d4ac42a582e46d7f86f0acb4253a310423c72c4c.tar.bz2
sparc: Support for GRLIB APBUART serial port
This patch adds support for the APBUART serial port from Aeroflex Gaisler's IP library GRLIB. It is currently used in all LEON3 designs (SPARC V8) but can be used on other platforms as well (which support OF). Signed-off-by: Kristoffer Glembo <kristoffer@gaisler.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux/serial_core.h')
-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 db532ce..8c3dd36 100644
--- a/include/linux/serial_core.h
+++ b/include/linux/serial_core.h
@@ -179,6 +179,9 @@
/* BCM63xx family SoCs */
#define PORT_BCM63XX 89
+/* Aeroflex Gaisler GRLIB APBUART */
+#define PORT_APBUART 90
+
#ifdef __KERNEL__
#include <linux/compiler.h>