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:
Родитель
26fade40a0
Коммит
55cec67aa3
|
@ -39,6 +39,10 @@ static const struct mfd_cell tps65217s[] = {
|
||||||
.name = "tps65217-bl",
|
.name = "tps65217-bl",
|
||||||
.of_compatible = "ti,tps65217-bl",
|
.of_compatible = "ti,tps65217-bl",
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
.name = "tps65217-charger",
|
||||||
|
.of_compatible = "ti,tps65217-charger",
|
||||||
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Загрузка…
Ссылка в новой задаче