summaryrefslogtreecommitdiff
path: root/drivers/mfd/tps65090.c
diff options
context:
space:
mode:
authorLaxman Dewangan <ldewangan@nvidia.com>2012-11-20 08:44:45 +0530
committerSamuel Ortiz <sameo@linux.intel.com>2012-11-21 16:07:51 +0100
commite2e8ffc97029a1159ac83bce1933a7e539f16a9d (patch)
tree5ead346e9ece548b4c4cf5eaf846ef740da3fcfc /drivers/mfd/tps65090.c
parentedd7eabc85e2f8d76a933b9639bebfe7f98861e4 (diff)
mfd: Add battery charger in tps65090 sub devs
TPS65090 supports the battery charging and hence adding the device name in the list of TPS65090 children. Also remove the tps65090-regulator as it duplicates with tps65090-pmic for regulator driver. Signed-off-by: Laxman Dewangan <ldewangan@nvidia.com> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'drivers/mfd/tps65090.c')
-rw-r--r--drivers/mfd/tps65090.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mfd/tps65090.c b/drivers/mfd/tps65090.c
index 074ae32b0d2a..9b79d6811cae 100644
--- a/drivers/mfd/tps65090.c
+++ b/drivers/mfd/tps65090.c
@@ -74,7 +74,7 @@ static struct mfd_cell tps65090s[] = {
.name = "tps65090-pmic",
},
{
- .name = "tps65090-regulator",
+ .name = "tps65090-charger",
},
};