Skip to content

Commit

Permalink
mfd: Add battery charger in tps65090 sub devs
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Laxman Dewangan authored and Samuel Ortiz committed Nov 21, 2012
1 parent edd7eab commit e2e8ffc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/mfd/tps65090.c
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ static struct mfd_cell tps65090s[] = {
.name = "tps65090-pmic",
},
{
.name = "tps65090-regulator",
.name = "tps65090-charger",
},
};

Expand Down

0 comments on commit e2e8ffc

Please sign in to comment.