diff options
author | Ankur Raina <Ankur.Raina@kpitcummins.com> | 2013-07-05 07:18:14 -0400 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2013-07-30 20:02:54 -0400 |
commit | 1d057b853962a84a2c41a0a0a7fc15a631ac96e8 (patch) | |
tree | ee607e0a877b8b41481875554936f567dbecfad3 /drivers/mfd/da9055-i2c.c | |
parent | 4b3b4a501dee3cee869f8bacb55f2cd30044cc9b (diff) |
mfd: Update DA9055 i2c device id name
DA9055 is a combination of pmic and codec. This patch updates the DA9055 i2c
device id name to match the standard naming convention followed for such chips.
Signed-off-by: Ankur Raina <Ankur.Raina@kpitcummins.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'drivers/mfd/da9055-i2c.c')
-rw-r--r-- | drivers/mfd/da9055-i2c.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mfd/da9055-i2c.c b/drivers/mfd/da9055-i2c.c index 607387ffe8ca..13af7e50021e 100644 --- a/drivers/mfd/da9055-i2c.c +++ b/drivers/mfd/da9055-i2c.c | |||
@@ -54,7 +54,7 @@ static int da9055_i2c_remove(struct i2c_client *i2c) | |||
54 | } | 54 | } |
55 | 55 | ||
56 | static struct i2c_device_id da9055_i2c_id[] = { | 56 | static struct i2c_device_id da9055_i2c_id[] = { |
57 | {"da9055-pmic", 0}, | 57 | {"da9055", 0}, |
58 | { } | 58 | { } |
59 | }; | 59 | }; |
60 | 60 | ||