summaryrefslogtreecommitdiff
path: root/include/uapi/linux/serial_core.h
diff options
context:
space:
mode:
authorUlrich Hecht <ulrich.hecht@gmail.com>2013-05-31 15:57:01 (GMT)
committerSimon Horman <horms+renesas@verge.net.au>2013-06-17 09:09:53 (GMT)
commitf303b364b41d3fc5bf879799128958400b7859aa (patch)
treeb1051eddd6e6907d263083dd86f603f93b0ce85f /include/uapi/linux/serial_core.h
parent018222f5d32bc5ca9fd830aebfeed10f1be96c93 (diff)
downloadlinux-fsl-qoriq-f303b364b41d3fc5bf879799128958400b7859aa.tar.xz
serial: sh-sci: HSCIF support
Adds support for "High Speed Serial Communications Interface with FIFO", essentially a SCIF with 128-byte FIFOs and more accurate baud rate generator. Signed-off-by: Ulrich Hecht <ulrich.hecht@gmail.com> Acked-by: Paul Mundt <lethal@linux-sh.org> Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'include/uapi/linux/serial_core.h')
-rw-r--r--include/uapi/linux/serial_core.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/uapi/linux/serial_core.h b/include/uapi/linux/serial_core.h
index 74c2bf7..26eee07 100644
--- a/include/uapi/linux/serial_core.h
+++ b/include/uapi/linux/serial_core.h
@@ -226,4 +226,7 @@
/* Rocketport EXPRESS/INFINITY */
#define PORT_RP2 102
+/* SH-SCI */
+#define PORT_HSCIF 103
+
#endif /* _UAPILINUX_SERIAL_CORE_H */