forked from CTCaer/hekate
bdk: hw-init: remove charger forced enable
Anything that doesn't manage it properly should fix itself. (Like for example disabling charging on sleep or something. They should use the gpio equivalent.)
This commit is contained in:
parent
2119401b5c
commit
0e1eece04f
@ -398,9 +398,6 @@ void hw_init()
|
||||
// Initialize various regulators based on Erista/Mariko platform.
|
||||
_config_regulators(tegra_t210);
|
||||
|
||||
// Enable charger in case it's disabled.
|
||||
bq24193_enable_charger();
|
||||
|
||||
_config_pmc_scratch(); // Missing from 4.x+
|
||||
|
||||
// Set BPMP/SCLK to PLLP_OUT (408MHz).
|
||||
|
Loading…
Reference in New Issue
Block a user