aboutsummaryrefslogtreecommitdiffstats
path: root/include/uapi
diff options
context:
space:
mode:
authorNiklas Cassel <nks@flawful.org>2015-02-02 23:19:20 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-02-07 18:43:16 +0800
commit692132b5b1c5ce97076915d4aed0c61513e18b03 (patch)
treef48ca0352e4018fbfe2bfa7505f33270a32343c9 /include/uapi
parenttty: remove unused variable sprop (diff)
downloadlinux-dev-692132b5b1c5ce97076915d4aed0c61513e18b03.tar.xz
linux-dev-692132b5b1c5ce97076915d4aed0c61513e18b03.zip
serial: driver for ETRAX FS UART
This is the last missing piece to get a kernel booting to a prompt in qemu-cris. Signed-off-by: Niklas Cassel <nks@flawful.org> Acked-by: Jesper Nilsson <jesper.nilsson@axis.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include/uapi')
-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 55da91e763bb..b2122813f18a 100644
--- a/include/uapi/linux/serial_core.h
+++ b/include/uapi/linux/serial_core.h
@@ -255,4 +255,7 @@
/* SPRD SERIAL */
#define PORT_SPRD 111
+/* Cris v10 / v32 SoC */
+#define PORT_CRIS 112
+
#endif /* _UAPILINUX_SERIAL_CORE_H */