diff options
| author | Niklas Cassel <nks@flawful.org> | 2015-02-02 17:19:20 -0500 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2015-02-07 05:43:16 -0500 |
| commit | 692132b5b1c5ce97076915d4aed0c61513e18b03 (patch) | |
| tree | f48ca0352e4018fbfe2bfa7505f33270a32343c9 /include | |
| parent | 79ce9d52ae17ff9a29edc2c71638af37f709b9cd (diff) | |
serial: driver for ETRAX FS UART
This is the last missing piece to get a kernel booting to a prompt in qemu-cris.
Signed-off-by: Niklas Cassel <nks@flawful.org>
Acked-by: Jesper Nilsson <jesper.nilsson@axis.com>
Signed-off-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 55da91e763bb..b2122813f18a 100644 --- a/include/uapi/linux/serial_core.h +++ b/include/uapi/linux/serial_core.h | |||
| @@ -255,4 +255,7 @@ | |||
| 255 | /* SPRD SERIAL */ | 255 | /* SPRD SERIAL */ |
| 256 | #define PORT_SPRD 111 | 256 | #define PORT_SPRD 111 |
| 257 | 257 | ||
| 258 | /* Cris v10 / v32 SoC */ | ||
| 259 | #define PORT_CRIS 112 | ||
| 260 | |||
| 258 | #endif /* _UAPILINUX_SERIAL_CORE_H */ | 261 | #endif /* _UAPILINUX_SERIAL_CORE_H */ |
