projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ad21edc
)
regulator: rk808: Fix min_uV for DCDC1 & DCDC2
author
Chris Zhong
<zyw@rock-chips.com>
Tue, 30 Sep 2014 09:44:54 +0000
(17:44 +0800)
committer
Mark Brown
<broonie@kernel.org>
Tue, 7 Oct 2014 19:40:00 +0000
(20:40 +0100)
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>
drivers/regulator/rk808-regulator.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/regulator/rk808-regulator.c
b/drivers/regulator/rk808-regulator.c
index e305416d7697d2fd114ab86be2d7cd914484b649..196a5c8838c4cae8f63fb4f894dfaae9b00836d3 100644
(file)
--- 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(7
000
00, 0, 63, 12500),
+ REGULATOR_LINEAR_RANGE(7
125
00, 0, 63, 12500),
};
static const struct regulator_linear_range rk808_buck4_voltage_ranges[] = {