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

Commit 1575e288 authored by Chris Zhong's avatar Chris Zhong Committed by Mark Brown
Browse files

regulator: rk808: Fix min_uV for DCDC1 & DCDC2



The min_uv in DCDC1 & DCDC2 should be 712.5mv

Signed-off-by: default avatarChris Zhong <zyw@rock-chips.com>
Reviwed-by: default avatarDoug Anderson <dianders@chromium.org>
Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent ad21edcd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -44,7 +44,7 @@ static const int rk808_buck_config_regs[] = {
};

static const struct regulator_linear_range rk808_buck_voltage_ranges[] = {
	REGULATOR_LINEAR_RANGE(700000, 0, 63, 12500),
	REGULATOR_LINEAR_RANGE(712500, 0, 63, 12500),
};

static const struct regulator_linear_range rk808_buck4_voltage_ranges[] = {