diff options
| author | Manivannan Sadhasivam <[email protected]> | 2018-12-18 20:32:37 +0530 |
|---|---|---|
| committer | Olof Johansson <[email protected]> | 2018-12-31 13:10:01 -0800 |
| commit | c10b13325ced237f6129e8ee73cd8c72e1bd10ed (patch) | |
| tree | a3da222dd3760ffdfbee5077a50a79943635035c /include/uapi/linux | |
| parent | 6fc66a5c68af56c28b08267bfb7f7ac45afc21a8 (diff) | |
tty: serial: Add RDA8810PL UART driver
Add UART driver for RDA Micro RDA8810PL SoC.
Signed-off-by: Andreas Färber <[email protected]>
Signed-off-by: Manivannan Sadhasivam <[email protected]>
Reviewed-by: Greg Kroah-Hartman <[email protected]>
Acked-by: Arnd Bergmann <[email protected]>
Signed-off-by: Olof Johansson <[email protected]>
Diffstat (limited to 'include/uapi/linux')
| -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 dce5f9dae121..df4a7534e239 100644 --- a/include/uapi/linux/serial_core.h +++ b/include/uapi/linux/serial_core.h @@ -281,4 +281,7 @@ /* MediaTek BTIF */ #define PORT_MTK_BTIF 117 +/* RDA UART */ +#define PORT_RDA 118 + #endif /* _UAPILINUX_SERIAL_CORE_H */ |