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 | |
parent | 6ec006ede5e0526c20cd7ed5e20df637ea592b1f (diff) |
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')
-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 9119cc0977bf..b466487bb5da 100644 --- a/include/uapi/linux/serial_core.h +++ b/include/uapi/linux/serial_core.h | |||
@@ -232,4 +232,7 @@ | |||
232 | /* SH-SCI */ | 232 | /* SH-SCI */ |
233 | #define PORT_HSCIF 104 | 233 | #define PORT_HSCIF 104 |
234 | 234 | ||
235 | /* Tilera TILE-Gx UART */ | ||
236 | #define PORT_TILEGX 105 | ||
237 | |||
235 | #endif /* _UAPILINUX_SERIAL_CORE_H */ | 238 | #endif /* _UAPILINUX_SERIAL_CORE_H */ |