summaryrefslogtreecommitdiff
path: root/include/linux/serial_core.h
diff options
context:
space:
mode:
authorJohn Linn <john.linn@xilinx.com>2011-04-30 00:07:43 -0400
committerGreg Kroah-Hartman <gregkh@suse.de>2011-05-03 10:26:39 -0700
commit61ec9016988f5c030e96e3c8a42ee9e11b8517aa (patch)
tree0f04b3bf6a92c9e75e789e1a956b3e7098182af1 /include/linux/serial_core.h
parent0a77c4f9d451a6652f5536548df1b75f4b5b836c (diff)
tty/serial: add support for Xilinx PS UART
The Xilinx PS Uart is used on the new ARM based SoC. This UART is not compatible with others such that a seperate driver is required. Signed-off-by: John Linn <john.linn@xilinx.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
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 758c5b0c6fd3..95d479ba514e 100644
--- a/include/linux/serial_core.h
+++ b/include/linux/serial_core.h
@@ -202,6 +202,9 @@
/* VIA VT8500 SoC */
#define PORT_VT8500 97
+/* Xilinx PSS UART */
+#define PORT_XUARTPS 98
+
#ifdef __KERNEL__
#include <linux/compiler.h>