Commit e2e8ffc9 authored by Laxman Dewangan's avatar Laxman Dewangan Committed by Samuel Ortiz

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: default avatarLaxman Dewangan <ldewangan@nvidia.com>
Signed-off-by: default avatarSamuel Ortiz <sameo@linux.intel.com>
parent edd7eabc
...@@ -74,7 +74,7 @@ static struct mfd_cell tps65090s[] = { ...@@ -74,7 +74,7 @@ static struct mfd_cell tps65090s[] = {
.name = "tps65090-pmic", .name = "tps65090-pmic",
}, },
{ {
.name = "tps65090-regulator", .name = "tps65090-charger",
}, },
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment