diff options
| author | Carlo Caione <carlo@caione.org> | 2014-08-17 06:49:49 -0400 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2014-09-08 19:12:40 -0400 |
| commit | ff7693d079e58fb62d735b7b8085b53fcfb74528 (patch) | |
| tree | 268ff151dccb6a22cd6c2e76316eecacd8fc7c3c /include/uapi/linux | |
| parent | 75e4239b59393487dd79c88ebd419fda11eca465 (diff) | |
ARM: meson: serial: add MesonX SoC on-chip uart driver
The SoC has four fully functional UARTs which use the same programming
model. They are named UART_A, UART_B, UART_C and UART_AO (Always-On)
which cannot be powered off.
Signed-off-by: Carlo Caione <carlo@caione.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
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 5820269aa132..16ad8521af6a 100644 --- a/include/uapi/linux/serial_core.h +++ b/include/uapi/linux/serial_core.h | |||
| @@ -244,4 +244,7 @@ | |||
| 244 | /* SC16IS74xx */ | 244 | /* SC16IS74xx */ |
| 245 | #define PORT_SC16IS7XX 108 | 245 | #define PORT_SC16IS7XX 108 |
| 246 | 246 | ||
| 247 | /* MESON */ | ||
| 248 | #define PORT_MESON 109 | ||
| 249 | |||
| 247 | #endif /* _UAPILINUX_SERIAL_CORE_H */ | 250 | #endif /* _UAPILINUX_SERIAL_CORE_H */ |
