From: Chris Zhong Date: Tue, 30 Sep 2014 09:44:54 +0000 (+0800) Subject: regulator: rk808: Fix min_uV for DCDC1 & DCDC2 X-Git-Tag: v3.18-rc3~43^2^2 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=1575e288cb3cddb145ae5c4f107e2a4a6d22c067;p=karo-tx-linux.git regulator: rk808: Fix min_uV for DCDC1 & DCDC2 The min_uv in DCDC1 & DCDC2 should be 712.5mv Signed-off-by: Chris Zhong Reviwed-by: Doug Anderson Signed-off-by: Mark Brown --- 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[] = {