Skip to content

Commit

Permalink
power_supply: max77693: change the supply type to POWER_SUPPLY_TYPE_M…
Browse files Browse the repository at this point in the history
…AINS
  • Loading branch information
ChronoMonochrome committed Mar 19, 2021
1 parent e070288 commit f91cadd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/power/supply/max77693_charger.c
Original file line number Diff line number Diff line change
Expand Up @@ -590,7 +590,7 @@ static int max77693_charger_get_property(struct power_supply *psy,

static const struct power_supply_desc max77693_charger_desc = {
.name = MAX77693_CHARGER_NAME,
.type = POWER_SUPPLY_TYPE_BATTERY,
.type = POWER_SUPPLY_TYPE_MAINS,
.properties = max77693_charger_props,
.num_properties = ARRAY_SIZE(max77693_charger_props),
.get_property = max77693_charger_get_property,
Expand Down

0 comments on commit f91cadd

Please sign in to comment.