diff options
author | Viresh Kumar <viresh.kumar@st.com> | 2011-11-17 11:02:22 +0530 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2012-01-09 00:37:43 +0100 |
commit | 1cda2394e95415f1469ab8eaffd081395e112551 (patch) | |
tree | f0fa981e6e79b46b41994ec6dae6d5e777f73c0f /include/linux | |
parent | e789995d5c612ecda83a9feb53fb2e42a51f685b (diff) | |
download | linux-next-1cda2394e95415f1469ab8eaffd081395e112551.tar.gz |
mfd: Add support for stmpe variant 610
STMPE610 is very much like STMPE811, except the number of gpio pins, which is 8
in 811 and 6 in 610. This patch adds support for variant 610. STMPE610 will
share most of the code with STMPE811.
Signed-off-by: Viresh Kumar <viresh.kumar@st.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'include/linux')
-rw-r--r-- | include/linux/mfd/stmpe.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/mfd/stmpe.h b/include/linux/mfd/stmpe.h index babc6b2857d3..342005afd347 100644 --- a/include/linux/mfd/stmpe.h +++ b/include/linux/mfd/stmpe.h @@ -20,6 +20,7 @@ enum stmpe_block { }; enum stmpe_partnum { + STMPE610, STMPE811, STMPE1601, STMPE2401, |