summaryrefslogtreecommitdiffstats
path: root/include/uapi/linux/serial_core.h
diff options
context:
space:
mode:
authorNiklas Cassel2015-02-02 23:19:20 +0100
committerGreg Kroah-Hartman2015-02-07 11:43:16 +0100
commit692132b5b1c5ce97076915d4aed0c61513e18b03 (patch)
treef48ca0352e4018fbfe2bfa7505f33270a32343c9 /include/uapi/linux/serial_core.h
parenttty: remove unused variable sprop (diff)
downloadkernel-qcow2-linux-692132b5b1c5ce97076915d4aed0c61513e18b03.tar.gz
kernel-qcow2-linux-692132b5b1c5ce97076915d4aed0c61513e18b03.tar.xz
kernel-qcow2-linux-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/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 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 */