mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-04-04 15:18:06 +07:00
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:
parent
26fade40a0
commit
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",
|
||||||
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user