diff options
author | Mark Brown <broonie@kernel.org> | 2014-10-27 11:26:24 +0000 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2014-10-27 11:26:24 +0000 |
commit | bc02871b4583ac2fc2567d9d1826b2857cf169ac (patch) | |
tree | 4320e474beed71d449a581f42a5038b600e116f1 /drivers | |
parent | f3d5c5d8aa97d8b157337f49cbda585427920486 (diff) | |
parent | 1575e288cb3cddb145ae5c4f107e2a4a6d22c067 (diff) | |
download | linux-bc02871b4583ac2fc2567d9d1826b2857cf169ac.tar.bz2 |
Merge remote-tracking branch 'regulator/fix/rk808' into regulator-linus
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/regulator/rk808-regulator.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/regulator/rk808-regulator.c b/drivers/regulator/rk808-regulator.c index e305416d7697..196a5c8838c4 100644 --- a/drivers/regulator/rk808-regulator.c +++ b/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[] = { - REGULATOR_LINEAR_RANGE(700000, 0, 63, 12500), + REGULATOR_LINEAR_RANGE(712500, 0, 63, 12500), }; static const struct regulator_linear_range rk808_buck4_voltage_ranges[] = { |