Since no consumers are currently configured for the SMDK6410 mark all
the supplies on the board as being always_on, ensuring interoperability
with future regulator API changes to disable unused regulators.
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
.name = "PVDD_OTG",
.min_uV = 3300000,
.max_uV = 3300000,
+ .always_on = 1,
},
};
.name = "PVDD_LCD",
.min_uV = 3000000,
.max_uV = 3000000,
+ .always_on = 1,
},
};
.min_uV = 1200000,
.max_uV = 1200000,
.apply_uV = 1,
+ .always_on = 1,
},
};