diff options
author | John Linn <john.linn@xilinx.com> | 2011-04-30 08:07:43 +0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2011-05-03 21:26:39 +0400 |
commit | 61ec9016988f5c030e96e3c8a42ee9e11b8517aa (patch) | |
tree | 0f04b3bf6a92c9e75e789e1a956b3e7098182af1 /include/linux/serial_core.h | |
parent | 0a77c4f9d451a6652f5536548df1b75f4b5b836c (diff) | |
download | linux-61ec9016988f5c030e96e3c8a42ee9e11b8517aa.tar.xz |
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.h | 3 |
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> |