aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mfd/max8998.c
diff options
context:
space:
mode:
authorKyungmin Park <kyungmin.park@samsung.com>2010-08-23 13:46:49 +0900
committerSamuel Ortiz <sameo@linux.intel.com>2010-10-29 00:28:45 +0200
commitf8539ddcbbbca7b6a06e0c2cdfbd116ba43a2fe0 (patch)
treefbc128750d423e91aa3b876f45a723959b84f480 /drivers/mfd/max8998.c
parentgpio: Add bitmask to block requests to unavailable stmpe GPIOs (diff)
downloadlinux-dev-f8539ddcbbbca7b6a06e0c2cdfbd116ba43a2fe0.tar.xz
linux-dev-f8539ddcbbbca7b6a06e0c2cdfbd116ba43a2fe0.zip
mfd: LP3974 PMIC support
LP3974 PMIC support. It has same functionality as max8998. Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'drivers/mfd/max8998.c')
-rw-r--r--drivers/mfd/max8998.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/drivers/mfd/max8998.c b/drivers/mfd/max8998.c
index 73e6f5c4efc9..f1c928915880 100644
--- a/drivers/mfd/max8998.c
+++ b/drivers/mfd/max8998.c
@@ -125,8 +125,9 @@ static int max8998_i2c_remove(struct i2c_client *i2c)
}
static const struct i2c_device_id max8998_i2c_id[] = {
- { "max8998", 0 },
- { }
+ { "max8998", 0 },
+ { "lp3974", 0 },
+ { }
};
MODULE_DEVICE_TABLE(i2c, max8998_i2c_id);