power: supply: tps65217: Use generic charger name
"tps65217-charger" is more appropriate name because the driver supports not only AC but also USB charger. Signed-off-by: Milo Kim <woogyom.kim@gmail.com> Signed-off-by: Sebastian Reichel <sre@kernel.org>
This commit is contained in:
parent
757620c4e4
commit
5b903a1555
|
@ -188,7 +188,7 @@ static int tps65217_charger_poll_task(void *data)
|
|||
}
|
||||
|
||||
static const struct power_supply_desc tps65217_charger_desc = {
|
||||
.name = "tps65217-ac",
|
||||
.name = "tps65217-charger",
|
||||
.type = POWER_SUPPLY_TYPE_MAINS,
|
||||
.get_property = tps65217_charger_get_property,
|
||||
.properties = tps65217_charger_props,
|
||||
|
|
Loading…
Reference in New Issue