stable.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] regulators: max8998: fix incorrect min_uV value for ldo10
@ 2013-01-25  8:25 Marek Szyprowski
  2013-01-26  8:58 ` Mark Brown
  0 siblings, 1 reply; 2+ messages in thread
From: Marek Szyprowski @ 2013-01-25  8:25 UTC (permalink / raw)
  To: linux-kernel
  Cc: Marek Szyprowski, Mark Brown, Liam Girdwood, Axel Lin, stable

Correct value for minimal voltage for ldo10 output is 950000 uV. This
patch fixes the typo introduced by patch adf6178ad5552a7f2f742a8c85343c50
("regulator: max8998: Use uV in voltage_map_desc"), what solves broken
probe of max8998 in v3.8-rc4.

Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
Cc: stable@vger.kernel.org
---
 drivers/regulator/max8998.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/regulator/max8998.c b/drivers/regulator/max8998.c
index 1f0df40..0a8dd1c 100644
--- a/drivers/regulator/max8998.c
+++ b/drivers/regulator/max8998.c
@@ -65,7 +65,7 @@ static const struct voltage_map_desc ldo9_voltage_map_desc = {
 	.min = 2800000,	.step = 100000,	.max = 3100000,
 };
 static const struct voltage_map_desc ldo10_voltage_map_desc = {
-	.min = 95000,	.step = 50000,	.max = 1300000,
+	.min = 950000,	.step = 50000,	.max = 1300000,
 };
 static const struct voltage_map_desc ldo1213_voltage_map_desc = {
 	.min = 800000,	.step = 100000,	.max = 3300000,
-- 
1.7.9.5


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

* Re: [PATCH] regulators: max8998: fix incorrect min_uV value for ldo10
  2013-01-25  8:25 [PATCH] regulators: max8998: fix incorrect min_uV value for ldo10 Marek Szyprowski
@ 2013-01-26  8:58 ` Mark Brown
  0 siblings, 0 replies; 2+ messages in thread
From: Mark Brown @ 2013-01-26  8:58 UTC (permalink / raw)
  To: Marek Szyprowski; +Cc: linux-kernel, Liam Girdwood, Axel Lin, stable

[-- Attachment #1: Type: text/plain, Size: 337 bytes --]

On Fri, Jan 25, 2013 at 09:25:40AM +0100, Marek Szyprowski wrote:
> Correct value for minimal voltage for ldo10 output is 950000 uV. This
> patch fixes the typo introduced by patch adf6178ad5552a7f2f742a8c85343c50
> ("regulator: max8998: Use uV in voltage_map_desc"), what solves broken
> probe of max8998 in v3.8-rc4.

Applied, thanks.

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 836 bytes --]

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

end of thread, other threads:[~2013-01-26  8:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-25  8:25 [PATCH] regulators: max8998: fix incorrect min_uV value for ldo10 Marek Szyprowski
2013-01-26  8:58 ` Mark Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).