aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mfd/stmpe-spi.c
diff options
context:
space:
mode:
authorViresh Kumar <viresh.kumar@st.com>2011-11-17 00:32:22 -0500
committerSamuel Ortiz <sameo@linux.intel.com>2012-01-08 18:37:43 -0500
commit1cda2394e95415f1469ab8eaffd081395e112551 (patch)
treef0fa981e6e79b46b41994ec6dae6d5e777f73c0f /drivers/mfd/stmpe-spi.c
parente789995d5c612ecda83a9feb53fb2e42a51f685b (diff)
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 'drivers/mfd/stmpe-spi.c')
-rw-r--r--drivers/mfd/stmpe-spi.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mfd/stmpe-spi.c b/drivers/mfd/stmpe-spi.c
index 53efce4fe294..46963a5d569f 100644
--- a/drivers/mfd/stmpe-spi.c
+++ b/drivers/mfd/stmpe-spi.c
@@ -109,6 +109,7 @@ static int __devexit stmpe_spi_remove(struct spi_device *spi)
109} 109}
110 110
111static const struct spi_device_id stmpe_spi_id[] = { 111static const struct spi_device_id stmpe_spi_id[] = {
112 { "stmpe610", STMPE610 },
112 { "stmpe811", STMPE811 }, 113 { "stmpe811", STMPE811 },
113 { "stmpe1601", STMPE1601 }, 114 { "stmpe1601", STMPE1601 },
114 { "stmpe2401", STMPE2401 }, 115 { "stmpe2401", STMPE2401 },