From: Laxman Dewangan Date: Tue, 20 Nov 2012 03:14:45 +0000 (+0530) Subject: mfd: Add battery charger in tps65090 sub devs X-Git-Tag: v3.8-rc1~85^2~56 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e2e8ffc97029a1159ac83bce1933a7e539f16a9d;p=profile%2Fivi%2Fkernel-x86-ivi.git 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 Signed-off-by: Samuel Ortiz --- diff --git a/drivers/mfd/tps65090.c b/drivers/mfd/tps65090.c index 074ae32..9b79d68 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", }, };