diff options
author | Chris Metcalf <cmetcalf@tilera.com> | 2013-08-12 14:11:44 -0400 |
---|---|---|
committer | Chris Metcalf <cmetcalf@tilera.com> | 2013-09-03 14:50:40 -0400 |
commit | b5c6c1a72afcc416c11ad932589054dcd3125782 (patch) | |
tree | 4ea65027e6cb9fd4951c5091b49252c3d4d75b2b /include/uapi | |
parent | 6ec006ede5e0526c20cd7ed5e20df637ea592b1f (diff) | |
download | op-kernel-dev-b5c6c1a72afcc416c11ad932589054dcd3125782.zip op-kernel-dev-b5c6c1a72afcc416c11ad932589054dcd3125782.tar.gz |
tilegx: Add tty serial support for TILE-Gx on-chip UART
Signed-off-by: Chris Metcalf <cmetcalf@tilera.com>
Acked-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 9119cc0..b466487 100644 --- a/include/uapi/linux/serial_core.h +++ b/include/uapi/linux/serial_core.h @@ -232,4 +232,7 @@ /* SH-SCI */ #define PORT_HSCIF 104 +/* Tilera TILE-Gx UART */ +#define PORT_TILEGX 105 + #endif /* _UAPILINUX_SERIAL_CORE_H */ |