commit | 2f5d532f3b8a7697dc1b5700000b1e350323d50c | [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 | 543bd27353d2c5679057fe09aa2d02259687ff32 [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>