diff options
author | Vineet Gupta <vgupta@synopsys.com> | 2012-10-27 11:17:12 +0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-10-31 01:06:52 +0400 |
commit | 2ac4ad2a1468123f6bb439a547880a9c0d302e0a (patch) | |
tree | b93559c1690254e286bdb9c4a2d6af051c89037e /include/uapi | |
parent | 373bac4cf4c3198cc6d6b9aec7c5d576a06f1f1c (diff) | |
download | linux-2ac4ad2a1468123f6bb439a547880a9c0d302e0a.tar.xz |
serial/arc-uart: Add new driver
Driver for non-standard on-chip UART, instantiated in the ARC (Synopsys)
FPGA Boards such as ARCAngel4/ML50x
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
Reviewed-by: Felipe Balbi <balbi@ti.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include/uapi')
-rw-r--r-- | include/uapi/linux/serial_core.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/uapi/linux/serial_core.h b/include/uapi/linux/serial_core.h index 7e1ab20adc03..ebcc73f0418a 100644 --- a/include/uapi/linux/serial_core.h +++ b/include/uapi/linux/serial_core.h @@ -215,5 +215,7 @@ /* Energy Micro efm32 SoC */ #define PORT_EFMUART 100 +/* ARC (Synopsys) on-chip UART */ +#define PORT_ARC 101 #endif /* _UAPILINUX_SERIAL_CORE_H */ |