mirror of
https://github.com/CTCaer/hekate.git
synced 2024-11-10 04:21:45 +00:00
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
1 changed files with 0 additions and 3 deletions
|
@ -398,9 +398,6 @@ void hw_init()
|
||||||
// Initialize various regulators based on Erista/Mariko platform.
|
// Initialize various regulators based on Erista/Mariko platform.
|
||||||
_config_regulators(tegra_t210);
|
_config_regulators(tegra_t210);
|
||||||
|
|
||||||
// Enable charger in case it's disabled.
|
|
||||||
bq24193_enable_charger();
|
|
||||||
|
|
||||||
_config_pmc_scratch(); // Missing from 4.x+
|
_config_pmc_scratch(); // Missing from 4.x+
|
||||||
|
|
||||||
// Set BPMP/SCLK to PLLP_OUT (408MHz).
|
// Set BPMP/SCLK to PLLP_OUT (408MHz).
|
||||||
|
|
Loading…
Reference in a new issue