mirror of https://gitee.com/openkylin/linux.git
power: supply: axp20x_usb_power: fix typo
s/on on/on Signed-off-by: Yangtao Li <frank@allwinnertech.com> Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
This commit is contained in:
parent
9c65f6c448
commit
fbda05f7c6
|
@ -397,7 +397,7 @@ static int axp20x_usb_power_prop_writeable(struct power_supply *psy,
|
|||
struct axp20x_usb_power *power = power_supply_get_drvdata(psy);
|
||||
|
||||
/*
|
||||
* The VBUS path select flag works differently on on AXP288 and newer:
|
||||
* The VBUS path select flag works differently on AXP288 and newer:
|
||||
* - On AXP20x and AXP22x, the flag enables VBUS (ignoring N_VBUSEN).
|
||||
* - On AXP288 and AXP8xx, the flag disables VBUS (ignoring N_VBUSEN).
|
||||
* We only expose the control on variants where it can be used to force
|
||||
|
|
Loading…
Reference in New Issue