aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/platform_data/max310x.h
diff options
context:
space:
mode:
authorAlexander Shiyan <shc_work@mail.ru>2013-06-29 10:44:18 +0400
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-07-26 15:53:27 -0700
commit21fc509f1194c2fa06eff4c72238210089c29453 (patch)
treecc458ad72251518283f0b2bd7d93671a338820bd /include/linux/platform_data/max310x.h
parentserial: max310x: Driver rework (diff)
downloadlinux-dev-21fc509f1194c2fa06eff4c72238210089c29453.tar.xz
linux-dev-21fc509f1194c2fa06eff4c72238210089c29453.zip
serial: max310x: Add MAX3109 support
This patch adds support for MAX3109 (advanced dual 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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/platform_data/max310x.h b/include/linux/platform_data/max310x.h
index 1aec0b620ac3..4c128eda26ba 100644
--- a/include/linux/platform_data/max310x.h
+++ b/include/linux/platform_data/max310x.h
@@ -1,5 +1,5 @@
/*
- * Maxim (Dallas) MAX3107/8 serial driver
+ * Maxim (Dallas) MAX3107/8/9 serial driver
*
* Copyright (C) 2012 Alexander Shiyan <shc_work@mail.ru>
*
@@ -37,7 +37,7 @@
* };
*/
-#define MAX310X_MAX_UARTS 1
+#define MAX310X_MAX_UARTS 2
/* MAX310X platform data structure */
struct max310x_pdata {