regulator: lp872x: Don't set constraints within the regulator driver
authorMark Brown <broonie@linaro.org>
Mon, 28 Jul 2014 11:32:04 +0000 (12:32 +0100)
committerMark Brown <broonie@linaro.org>
Mon, 28 Jul 2014 12:19:23 +0000 (13:19 +0100)
commit404d4df260bc7b224ba51c704d24b7e452d8b68c
tree0e63e86d821944017f548cf17f6cfaf549021efd
parent7171511eaec5bf23fb06078f59784a3a0626b38f
regulator: lp872x: Don't set constraints within the regulator driver

Regulator drivers should not be specifying constraints since the valid
configurations depend on how the device is used in a given system, there
is no way to know if a configuration is safe for a given board.

Signed-off-by: Mark Brown <broonie@linaro.org>
drivers/regulator/lp872x.c