diff options
author | Nicolas Ferre <nicolas.ferre@atmel.com> | 2013-10-17 19:37:12 +0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-10-18 00:31:19 +0400 |
commit | 731d9cae0204a8948c7db2f551edcd5d5822ed95 (patch) | |
tree | 904a627df3c9809d9d60bd3cbaae72309f604e32 /include/linux/atmel_serial.h | |
parent | 892db58bd1285d44e6e1a1e36157161990ec5ae4 (diff) | |
download | linux-731d9cae0204a8948c7db2f551edcd5d5822ed95.tar.xz |
tty/serial: at91: add a fallback option to determine uart/usart property
On older SoC, the "name" field is not filled in the register map.
Fix the way to figure out if the serial port is an uart or an usart for these
older products (with corresponding properties).
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include/linux/atmel_serial.h')
-rw-r--r-- | include/linux/atmel_serial.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/atmel_serial.h b/include/linux/atmel_serial.h index be201ca2990c..00beddf6be20 100644 --- a/include/linux/atmel_serial.h +++ b/include/linux/atmel_serial.h @@ -125,5 +125,6 @@ #define ATMEL_US_IF 0x4c /* IrDA Filter Register */ #define ATMEL_US_NAME 0xf0 /* Ip Name */ +#define ATMEL_US_VERSION 0xfc /* Ip Version */ #endif |