summaryrefslogtreecommitdiffstats
path: root/include/uapi/linux/serial_core.h
diff options
context:
space:
mode:
authorVladimir Murzin2016-04-25 10:47:47 +0200
committerGreg Kroah-Hartman2016-04-30 18:26:55 +0200
commit041f031def330582108bc37f97525d9e7c0e2b2f (patch)
tree61d3939a1a21d2989b709ef2f73754c2b485466a /include/uapi/linux/serial_core.h
parentdt-bindings: document the MPS2 UART bindings (diff)
downloadkernel-qcow2-linux-041f031def330582108bc37f97525d9e7c0e2b2f.tar.gz
kernel-qcow2-linux-041f031def330582108bc37f97525d9e7c0e2b2f.tar.xz
kernel-qcow2-linux-041f031def330582108bc37f97525d9e7c0e2b2f.zip
serial: mps2-uart: add MPS2 UART driver
This driver adds support to the UART controller found on ARM MPS2 platform. Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Reviewed-by: Andy Shevchenko <andy.shevchenko@gmail.com> Signed-off-by: Vladimir Murzin <vladimir.murzin@arm.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 e513a4ee369b..9aef04c5f7bc 100644
--- a/include/uapi/linux/serial_core.h
+++ b/include/uapi/linux/serial_core.h
@@ -264,4 +264,7 @@
/* MVEBU UART */
#define PORT_MVEBU 114
+/* MPS2 UART */
+#define PORT_MPS2UART 115
+
#endif /* _UAPILINUX_SERIAL_CORE_H */