diff options
author | Baruch Siach <baruch@tkos.co.il> | 2014-12-18 20:45:24 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2015-01-09 23:30:16 +0100 |
commit | 5930cb3511dfb4392de1180c892b353316ef29ec (patch) | |
tree | 058b5cc436f4bbd0c407c4405a74e5665e672031 /include/uapi | |
parent | devicetree: bindings: add Conexant vendor prefix (diff) | |
download | linux-5930cb3511dfb4392de1180c892b353316ef29ec.tar.xz linux-5930cb3511dfb4392de1180c892b353316ef29ec.zip |
serial: driver for Conexant Digicolor USART
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
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 c17218094f18..9124e837c181 100644 --- a/include/uapi/linux/serial_core.h +++ b/include/uapi/linux/serial_core.h @@ -248,4 +248,7 @@ /* MESON */ #define PORT_MESON 109 +/* Conexant Digicolor */ +#define PORT_DIGICOLOR 110 + #endif /* _UAPILINUX_SERIAL_CORE_H */ |