regulator: cpr3-hmss-regulator: set reference voltage based on fuse values
For parts with SoC revision 3, it is necessary to set the Turbo
open-loop reference voltage based upon fuse values.
Update the cpr3-hmss-regulator driver to use the following logic:
if (speedbin==1 && cpr_rev>=5)
turbo_ref_volt = 1.04 V
else
turbo_ref_volt = 1.14 V
Change-Id: If4923182ba8d0067e4ca4b9b0f95df1707c0c0d2
Signed-off-by:
David Collins <collinsd@codeaurora.org>
Loading
Please register or sign in to comment