dect
/
linux-2.6
Archived
13
0
Fork 0

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>
This commit is contained in:
Laxman Dewangan 2012-11-20 08:44:45 +05:30 committed by Samuel Ortiz
parent edd7eabc85
commit e2e8ffc970
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ static struct mfd_cell tps65090s[] = {
.name = "tps65090-pmic",
},
{
.name = "tps65090-regulator",
.name = "tps65090-charger",
},
};