ARM: dts: msm: fix initial current levels of boot-on regulators for apq8084
Commit d04c4335 (ARM: dts: msm: enable UFS and eMMC regulators at boot-up for APQ8084) changed the configuration of some LDOs so they can be enabled at boot-up by the kernel and then the kernel can disable them during the late_init call stage if no other module has requested that they be left enabled. Unfortunately, the above commit configures the regulator init current levels to very large values (much beyond the capacity of the regulator) which may ultimately result in voting for 0mA current level for those regulators. Modify the initial current values so that they have the correct units of milliamps instead of microamps. This ensures that the appropriate initial current values are sent to the RPM when these regulators are first enabled. Change-Id: I4eff4eb123af08028b5ed526b0e76e46a443a85a Signed-off-by:Subhash Jadavani <subhashj@codeaurora.org>
Loading
Please register or sign in to comment