regulator: arizona-ldo1: remove bypass functionality
WM5110/8280 devices do not support bypass mode for LDO1 so remove the bypass callbacks registered with regulator core. Signed-off-by: Nikesh Oswal <nikesh@opensource.wolfsonmicro.com> Signed-off-by: Mark Brown <broonie@linaro.org> Cc: stable@vger.kernel.org
This commit is contained in:
parent
7171511eae
commit
5b919f3ebb
|
@ -143,8 +143,6 @@ static struct regulator_ops arizona_ldo1_ops = {
|
||||||
.map_voltage = regulator_map_voltage_linear,
|
.map_voltage = regulator_map_voltage_linear,
|
||||||
.get_voltage_sel = regulator_get_voltage_sel_regmap,
|
.get_voltage_sel = regulator_get_voltage_sel_regmap,
|
||||||
.set_voltage_sel = regulator_set_voltage_sel_regmap,
|
.set_voltage_sel = regulator_set_voltage_sel_regmap,
|
||||||
.get_bypass = regulator_get_bypass_regmap,
|
|
||||||
.set_bypass = regulator_set_bypass_regmap,
|
|
||||||
};
|
};
|
||||||
|
|
||||||
static const struct regulator_desc arizona_ldo1 = {
|
static const struct regulator_desc arizona_ldo1 = {
|
||||||
|
|
Loading…
Reference in New Issue