diff options
author | Viresh Kumar <viresh.kumar@st.com> | 2011-11-17 00:32:23 -0500 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2012-01-08 18:37:44 -0500 |
commit | 7f7f4ea15ef4645f3888310a7a761fc2c4f689c9 (patch) | |
tree | 2e1f8b27af9a3b6a328630d24dc97fb201da3ec4 /drivers/mfd/stmpe-i2c.c | |
parent | 1cda2394e95415f1469ab8eaffd081395e112551 (diff) |
mfd: Add support for stmpe variant 801
STMPE801 is a GPIO expander. Registers for 801 are much different from other
variants. This patch adds support for STMPE801 in stmpe mfd driver.
Signed-off-by: Bhupesh Sharma <bhupesh.sharma@st.com>
Signed-off-by: Pratyush Anand <pratyush.anand@st.com>
Signed-off-by: Viresh Kumar <viresh.kumar@st.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'drivers/mfd/stmpe-i2c.c')
-rw-r--r-- | drivers/mfd/stmpe-i2c.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mfd/stmpe-i2c.c b/drivers/mfd/stmpe-i2c.c index b11d33b1c892..373f423b1181 100644 --- a/drivers/mfd/stmpe-i2c.c +++ b/drivers/mfd/stmpe-i2c.c | |||
@@ -72,6 +72,7 @@ static int __devexit stmpe_i2c_remove(struct i2c_client *i2c) | |||
72 | 72 | ||
73 | static const struct i2c_device_id stmpe_i2c_id[] = { | 73 | static const struct i2c_device_id stmpe_i2c_id[] = { |
74 | { "stmpe610", STMPE610 }, | 74 | { "stmpe610", STMPE610 }, |
75 | { "stmpe801", STMPE801 }, | ||
75 | { "stmpe811", STMPE811 }, | 76 | { "stmpe811", STMPE811 }, |
76 | { "stmpe1601", STMPE1601 }, | 77 | { "stmpe1601", STMPE1601 }, |
77 | { "stmpe2401", STMPE2401 }, | 78 | { "stmpe2401", STMPE2401 }, |