power: Enable charger unconditionally

This commit is contained in:
CTCaer
2020-06-14 02:04:50 +03:00
parent 416db840ec
commit eb2c8a032f
6 changed files with 30 additions and 0 deletions

View File

@@ -315,6 +315,9 @@ void config_hw()
i2c_init(I2C_1);
i2c_init(I2C_5);
// Enable charger in case it's disabled.
bq24193_enable_charger();
_config_regulators();
_config_pmc_scratch(); // Missing from 4.x+