summaryrefslogtreecommitdiffstats
path: root/include/uapi
diff options
context:
space:
mode:
authorManivannan Sadhasivam2018-12-18 16:02:37 +0100
committerOlof Johansson2018-12-31 22:10:01 +0100
commitc10b13325ced237f6129e8ee73cd8c72e1bd10ed (patch)
treea3da222dd3760ffdfbee5077a50a79943635035c /include/uapi
parentARM: dts: rda8810pl: Add interrupt support for UART (diff)
downloadkernel-qcow2-linux-c10b13325ced237f6129e8ee73cd8c72e1bd10ed.tar.gz
kernel-qcow2-linux-c10b13325ced237f6129e8ee73cd8c72e1bd10ed.tar.xz
kernel-qcow2-linux-c10b13325ced237f6129e8ee73cd8c72e1bd10ed.zip
tty: serial: Add RDA8810PL UART driver
Add UART driver for RDA Micro RDA8810PL SoC. Signed-off-by: Andreas Färber <afaerber@suse.de> Signed-off-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org> Reviewed-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Acked-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Olof Johansson <olof@lixom.net>
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 dce5f9dae121..df4a7534e239 100644
--- a/include/uapi/linux/serial_core.h
+++ b/include/uapi/linux/serial_core.h
@@ -281,4 +281,7 @@
/* MediaTek BTIF */
#define PORT_MTK_BTIF 117
+/* RDA UART */
+#define PORT_RDA 118
+
#endif /* _UAPILINUX_SERIAL_CORE_H */