mfd: Add battery charger in tps65090 sub devs
authorLaxman Dewangan <ldewangan@nvidia.com>
Tue, 20 Nov 2012 03:14:45 +0000 (08:44 +0530)
committerSamuel Ortiz <sameo@linux.intel.com>
Wed, 21 Nov 2012 15:07:51 +0000 (16:07 +0100)
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>
drivers/mfd/tps65090.c

index 074ae32..9b79d68 100644 (file)
@@ -74,7 +74,7 @@ static struct mfd_cell tps65090s[] = {
                .name = "tps65090-pmic",
        },
        {
-               .name = "tps65090-regulator",
+               .name = "tps65090-charger",
        },
 };