Loading
soc: cpu_pwr_ctl: Update LDO init values based on characterization
On some parts, when the LDO voltage is configured and the LDO is
is setup to be used, the LDO output voltage goes back up to the
same value as the upstream PMIC voltage. This causes a power drain
even after switching to LDO. LDO_CGF1 controls the Phase Transient
characteristics of the LDO. Increasing the value programmed to
LDO_CFG1 allows the LDO to stabilize at the given voltage by changing
phase transient characteristics of the LDO. The higher value would
allow the LDO output to stabilize at the set value.
Update A53 and A57 LDO_CFG1 value based on updated LDO300 hardware
characterization data.
Change-Id: I95bb356f63432699b65873075bb46d4e002723c1
Signed-off-by:
Karthik Parsha <kparsha@codeaurora.org>