[PATCH v4] ux500: add ab8500-regulators machine specific data
Mark Brown
broonie at opensource.wolfsonmicro.com
Tue Sep 14 04:05:17 EDT 2010
On Mon, Sep 13, 2010 at 04:32:52PM +0530, Sundar Iyer wrote:
> + .constraints = {
> + .name = "ab8500-vaux1",
> + .min_uV = AB8500_VAUXN_LDO_MIN_VOLTAGE,
> + .max_uV = AB8500_VAUXN_LDO_MAX_VOLTAGE,
> + .valid_ops_mask = REGULATOR_CHANGE_VOLTAGE|
> + REGULATOR_CHANGE_STATUS,
As I keep pointing out this looks a bit odd since there are no consumers
set up on the regulator and you've got a large number of regulators with
this same set of constraints. However, this won't cause a problem
without any consumers so this should be OK.
More information about the linux-arm-kernel
mailing list