summaryrefslogtreecommitdiffstats
path: root/include/uapi/linux/serial_core.h
diff options
context:
space:
mode:
authorVineet Gupta2012-10-27 09:17:12 +0200
committerGreg Kroah-Hartman2012-10-30 22:06:52 +0100
commit2ac4ad2a1468123f6bb439a547880a9c0d302e0a (patch)
treeb93559c1690254e286bdb9c4a2d6af051c89037e /include/uapi/linux/serial_core.h
parentuart: add other serial core layer get attributes (diff)
downloadkernel-qcow2-linux-2ac4ad2a1468123f6bb439a547880a9c0d302e0a.tar.gz
kernel-qcow2-linux-2ac4ad2a1468123f6bb439a547880a9c0d302e0a.tar.xz
kernel-qcow2-linux-2ac4ad2a1468123f6bb439a547880a9c0d302e0a.zip
serial/arc-uart: Add new driver
Driver for non-standard on-chip UART, instantiated in the ARC (Synopsys) FPGA Boards such as ARCAngel4/ML50x Signed-off-by: Vineet Gupta <vgupta@synopsys.com> Reviewed-by: Felipe Balbi <balbi@ti.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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/uapi/linux/serial_core.h b/include/uapi/linux/serial_core.h
index 7e1ab20adc03..ebcc73f0418a 100644
--- a/include/uapi/linux/serial_core.h
+++ b/include/uapi/linux/serial_core.h
@@ -215,5 +215,7 @@
/* Energy Micro efm32 SoC */
#define PORT_EFMUART 100
+/* ARC (Synopsys) on-chip UART */
+#define PORT_ARC 101
#endif /* _UAPILINUX_SERIAL_CORE_H */