Skip to content

Commit

Permalink
regulator: rk808: Fix min_uV for DCDC1 & DCDC2
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Chris Zhong authored and Mark Brown committed Oct 7, 2014
1 parent ad21edc commit 1575e28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/regulator/rk808-regulator.c
Original file line number Diff line number Diff line change
Expand Up @@ -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[] = {
Expand Down

0 comments on commit 1575e28

Please sign in to comment.