Skip to content
Snippets Groups Projects
Commit d4a814d7 authored by schneider's avatar schneider
Browse files

fix(pmic): Raise VSYS to reduce voltage across bypass diode

parent 2f774aae
No related branches found
No related tags found
No related merge requests found
......@@ -60,6 +60,8 @@ void pmic_init(void)
MAX77650_setICHGIN_LIM(1); // 190 mA limit on USB
MAX77650_setCHG_CC(0b1011); // 90 mA fast charge current
MAX77650_setCHG_EN(1); // Turn on charger
MAX77650_setVSYS_REG(0b11000); // Set VSYS to 4.7 V to reduce voltage across bypass diode
}
void pmic_set_led(uint8_t led, uint8_t val)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment