1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-08-31 16:22:36 +02:00

charging fix

This commit is contained in:
Ondrej Jirman
2019-11-20 19:58:25 +01:00
parent 5779f85073
commit 26ea96263b

View File

@@ -181,7 +181,7 @@ static char axp_help_text[] =
"axp led_chgctl - Defer LED control to the charger\n"
// Especially useful for escaping UV lockout
"axp clr_reason - Clear startup/shutdown reason register\n"
"axp bc_en - Charger detection enable\n";
"axp bc_en - Charger detection enable\n"
"axp pok_fast - Set power on/off key to low latency mode";
U_BOOT_CMD(axp, 4, 1, do_axp, "AXP813 PMIC access", axp_help_text);