Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7da98aaf authored by Axel Lin's avatar Axel Lin Committed by Mark Brown
Browse files

regulator: act8865: Remove set_suspend_[en|dis]able implementation



There is no suspend enable/disable settings mentioned in datasheet,
so just don't implement .set_suspend_[en|dis]able callbacks.

Signed-off-by: default avatarAxel Lin <axel.lin@ingics.com>
Signed-off-by: default avatarMark Brown <broonie@linaro.org>
parent d5e17e26
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -85,8 +85,6 @@ static struct regulator_ops act8865_ops = {
	.enable			= regulator_enable_regmap,
	.disable		= regulator_disable_regmap,
	.is_enabled		= regulator_is_enabled_regmap,
	.set_suspend_enable	= regulator_enable_regmap,
	.set_suspend_disable	= regulator_disable_regmap,
};

static const struct regulator_desc act8865_reg[] = {