Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
regulator: core: Return correct delay time in regulator_set_voltage_t…
…ime_sel rdev->desc->uV_step * abs(new_selector - old_selector) returns uV. The unit of ramp_delay is mV/us. Current code multiples 1000 at wrong place. Signed-off-by: Axel Lin <axel.lin@gmail.com> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
- Loading branch information