mfd: tps65217: Add battery charger as subdevice

Add tps65217 battery charger subdevice.

Signed-off-by: Enric Balletbo i Serra <enric.balletbo@collabora.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
This commit is contained in:
Enric Balletbo i Serra 2015-09-08 10:09:39 +02:00 committed by Lee Jones
parent 26fade40a0
commit 55cec67aa3
1 changed files with 4 additions and 0 deletions

View File

@ -39,6 +39,10 @@ static const struct mfd_cell tps65217s[] = {
.name = "tps65217-bl",
.of_compatible = "ti,tps65217-bl",
},
{
.name = "tps65217-charger",
.of_compatible = "ti,tps65217-charger",
},
};
/**