aboutsummaryrefslogtreecommitdiffstats
path: root/include/uapi
diff options
context:
space:
mode:
authorChunyan Zhang <chunyan.zhang@spreadtrum.com>2015-01-28 19:08:44 +0800
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-02-02 10:11:28 -0800
commitb7396a38fb28db4ebbbf35da1057eb5206b4ad6c (patch)
treea104e2bf3008ee6bf1e5f790d52dd4bf67c77a6e /include/uapi
parentDocumentation: DT: Add bindings for Spreadtrum SoC Platform (diff)
downloadlinux-dev-b7396a38fb28db4ebbbf35da1057eb5206b4ad6c.tar.xz
linux-dev-b7396a38fb28db4ebbbf35da1057eb5206b4ad6c.zip
tty/serial: Add Spreadtrum sc9836-uart driver support
Add a full sc9836-uart driver for SC9836 SoC which is based on the spreadtrum sharkl64 platform. This driver also support earlycon. Originally-by: Lanqing Liu <lanqing.liu@spreadtrum.com> Signed-off-by: Orson Zhai <orson.zhai@spreadtrum.com> Signed-off-by: Chunyan Zhang <chunyan.zhang@spreadtrum.com> Acked-by: Arnd Bergmann <arnd@arndb.de> Reviewed-by: Peter Hurley <peter@hurleysoftware.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 ee628c489e47..55da91e763bb 100644
--- a/include/uapi/linux/serial_core.h
+++ b/include/uapi/linux/serial_core.h
@@ -252,4 +252,7 @@
/* Conexant Digicolor */
#define PORT_DIGICOLOR 110
+/* SPRD SERIAL */
+#define PORT_SPRD 111
+
#endif /* _UAPILINUX_SERIAL_CORE_H */