summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2014-10-14 11:43:45 +1100
committerStephen Rothwell <sfr@canb.auug.org.au>2014-10-14 11:43:45 +1100
commitf3c79c864fe095e5694f031c1280c94ccd5058b2 (patch)
tree66f2fb88f86aa0fce86f903c1ba7c10a989d5d05 /drivers
parenta30606880f693a93483a988b3ae88bc3e98f499c (diff)
parentfc5d2e6cbf0393132a7b8b70ea01300700173d2c (diff)
Merge remote-tracking branch 'regulator/for-next'
Diffstat (limited to 'drivers')
-rw-r--r--drivers/regulator/rk808-regulator.c2
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[] = {