]> git.karo-electronics.de Git - karo-tx-linux.git/commit
regulator: max8998: fix incorrect min_uV value for ldo10
authorMarek Szyprowski <m.szyprowski@samsung.com>
Fri, 25 Jan 2013 08:25:40 +0000 (09:25 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 14 Feb 2013 18:47:59 +0000 (10:47 -0800)
commit42e14e4033ccc1f2093c4cd2f85272923dbdb893
treec770a98605ea648dcda97d9989b9bdee79e64ba0
parent1174e03b914aa8120e1dfedb3dfa5121757d4d90
regulator: max8998: fix incorrect min_uV value for ldo10

commit 36a6f8c035760dcbd0c3acb4c2fd56268588a9cb upstream.

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>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/regulator/max8998.c