diff options
author | Alexander Shiyan | 2013-06-29 08:44:19 +0200 |
---|---|---|
committer | Greg Kroah-Hartman | 2013-07-27 00:53:27 +0200 |
commit | 003236d9ac4d02721867e47f7ad4371ab7f74689 (patch) | |
tree | 7ce2534a1010a958afa96202a02658260eb39bbc /include/linux/platform_data/max310x.h | |
parent | serial: max310x: Add MAX3109 support (diff) | |
download | kernel-qcow2-linux-003236d9ac4d02721867e47f7ad4371ab7f74689.tar.gz kernel-qcow2-linux-003236d9ac4d02721867e47f7ad4371ab7f74689.tar.xz kernel-qcow2-linux-003236d9ac4d02721867e47f7ad4371ab7f74689.zip |
serial: max310x: Add MAX14830 support
This patch adds support for MAX14830 (advanced quad universal asynchronous
receiver-transmitter) into max310x driver.
Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include/linux/platform_data/max310x.h')
-rw-r--r-- | include/linux/platform_data/max310x.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/platform_data/max310x.h b/include/linux/platform_data/max310x.h index 4c128eda26ba..dd11dcd1a184 100644 --- a/include/linux/platform_data/max310x.h +++ b/include/linux/platform_data/max310x.h @@ -1,5 +1,5 @@ /* - * Maxim (Dallas) MAX3107/8/9 serial driver + * Maxim (Dallas) MAX3107/8/9, MAX14830 serial driver * * Copyright (C) 2012 Alexander Shiyan <shc_work@mail.ru> * @@ -37,7 +37,7 @@ * }; */ -#define MAX310X_MAX_UARTS 2 +#define MAX310X_MAX_UARTS 4 /* MAX310X platform data structure */ struct max310x_pdata { |