commit | 162c02ef7f1d74c87233b9caca6aade4d873a03a | [log] [tgz] |
---|---|---|
author | Keerthy <j-keerthy@ti.com> | Wed Oct 26 13:42:30 2016 +0530 |
committer | Simon Glass <sjg@chromium.org> | Fri Nov 25 10:00:04 2016 -0700 |
tree | 07e3089822b28a37bf0f0264c273094763d778cb | |
parent | bfaa331d80fa9068768f339b3dd9d2c5499e64ea [diff] |
power: regulator: Introduce regulator_set_value_force function In case we want to force a particular value on a regulator irrespective of the min/max constraints for testing purposes one can call regulator_set_value_force function. Signed-off-by: Keerthy <j-keerthy@ti.com> Reviewed-by: Simon Glass <sjg@chromium.org>