All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] regulator: rk808: Fix min_uV for DCDC1 & DCDC2
@ 2014-09-30  9:44 Chris Zhong
  2014-09-30 16:43 ` Doug Anderson
  2014-10-07 19:40 ` Mark Brown
  0 siblings, 2 replies; 7+ messages in thread
From: Chris Zhong @ 2014-09-30  9:44 UTC (permalink / raw)
  To: dianders, heiko
  Cc: linux-rockchip, Chris Zhong, Liam Girdwood, Mark Brown,
	linux-kernel

The min_uv in DCDC1 & DCDC2 should be 712.5mv

Signed-off-by: Chris Zhong <zyw@rock-chips.com>

---

 drivers/regulator/rk808-regulator.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/regulator/rk808-regulator.c b/drivers/regulator/rk808-regulator.c
index e305416..196a5c8 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[] = {
-- 
1.7.9.5


^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2014-10-07 19:40 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-30  9:44 [PATCH] regulator: rk808: Fix min_uV for DCDC1 & DCDC2 Chris Zhong
2014-09-30 16:43 ` Doug Anderson
2014-09-30 16:57   ` Heiko Stübner
2014-09-30 22:52     ` Mark Brown
2014-10-07  3:29       ` Chris Zhong
2014-10-07  4:54         ` Doug Anderson
2014-10-07 19:40 ` Mark Brown

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.