summaryrefslogtreecommitdiff
path: root/include/uapi
diff options
context:
space:
mode:
authorJingchang Lu <b35083@freescale.com>2013-06-07 09:20:40 +0800
committerNitin Garg <nitin.garg@freescale.com>2014-04-16 08:00:35 -0500
commit32c260ba547b7ccee833ef54ca9fd923a4c59869 (patch)
tree743fc7e435afea4103730dc6b8614e2a89bb9421 /include/uapi
parent351d2ffcc98043a0cd9f20f09e73c9c2ce3a9e3e (diff)
tty: serial: add Freescale lpuart driver support
Commit c9e2e946fb0ba5d2398feb89558f98c5c28e23e3 upstream. Add Freescale lpuart driver support. The lpuart device can be found on Vybrid VF610 and Layerscape LS-1 SoCs. Signed-off-by: Jingchang Lu <b35083@freescale.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Signed-off-by: Shawn Guo <shawn.guo@freescale.com>
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 74c2bf7211f8..c8eaeb5465ef 100644
--- a/include/uapi/linux/serial_core.h
+++ b/include/uapi/linux/serial_core.h
@@ -226,4 +226,7 @@
/* Rocketport EXPRESS/INFINITY */
#define PORT_RP2 102
+/* Freescale lpuart */
+#define PORT_LPUART 103
+
#endif /* _UAPILINUX_SERIAL_CORE_H */