diff options
author | Jingchang Lu <b35083@freescale.com> | 2013-06-07 09:20:40 +0800 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-06-08 22:30:44 -0700 |
commit | c9e2e946fb0ba5d2398feb89558f98c5c28e23e3 (patch) | |
tree | c2cebc2606be1bd35623147381de3dbab3a11802 /include/uapi | |
parent | 1ba7055af26f008e8fc8dab9dcb1701534afbe16 (diff) | |
download | op-kernel-dev-c9e2e946fb0ba5d2398feb89558f98c5c28e23e3.zip op-kernel-dev-c9e2e946fb0ba5d2398feb89558f98c5c28e23e3.tar.gz |
tty: serial: add Freescale lpuart driver support
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>
Diffstat (limited to 'include/uapi')
-rw-r--r-- | include/uapi/linux/serial_core.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/uapi/linux/serial_core.h b/include/uapi/linux/serial_core.h index 74c2bf7..c8eaeb5 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 */ |