Explorar o código

regulator: rk808: Fix min_uV for DCDC1 & DCDC2

The min_uv in DCDC1 & DCDC2 should be 712.5mv

Signed-off-by: Chris Zhong <zyw@rock-chips.com>
Reviwed-by: Doug Anderson <dianders@chromium.org>
Signed-off-by: Mark Brown <broonie@kernel.org>
Chris Zhong %!s(int64=11) %!d(string=hai) anos
pai
achega
1575e288cb
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      drivers/regulator/rk808-regulator.c

+ 1 - 1
drivers/regulator/rk808-regulator.c

@@ -44,7 +44,7 @@ static const int rk808_buck_config_regs[] = {
 };
 };
 
 
 static const struct regulator_linear_range rk808_buck_voltage_ranges[] = {
 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[] = {
 static const struct regulator_linear_range rk808_buck4_voltage_ranges[] = {