projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d2fa87c
)
regulator: tps65218: Correct the the config register for LDO1
author
Keerthy
<j-keerthy@ti.com>
Wed, 18 Jun 2014 15:17:48 +0000
(10:17 -0500)
committer
Mark Brown
<broonie@linaro.org>
Tue, 24 Jun 2014 15:28:58 +0000
(16:28 +0100)
Correct the the config register for LDO1.
Fixes:
90e7d5262796
(regulator: tps65218: Add Regulator driver for
TPS65218 PMIC)
Signed-off-by: Keerthy <j-keerthy@ti.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
Cc: <stable@vger.kernel.org> # v3.15
drivers/regulator/tps65218-regulator.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/regulator/tps65218-regulator.c
b/drivers/regulator/tps65218-regulator.c
index edbc46e56e41cec68ca723b8ab33702d4243e4a7..9effe48c605ec0d3d535e975aa0e8e00911c2512 100644
(file)
--- a/
drivers/regulator/tps65218-regulator.c
+++ b/
drivers/regulator/tps65218-regulator.c
@@
-209,7
+209,7
@@
static const struct regulator_desc regulators[] = {
1, -1, -1, TPS65218_REG_ENABLE1,
TPS65218_ENABLE1_DC6_EN, NULL, NULL, 0, 0),
TPS65218_REGULATOR("LDO1", TPS65218_LDO_1, tps65218_ldo1_dcdc34_ops, 64,
- TPS65218_REG_CONTROL_
DCDC4
,
+ TPS65218_REG_CONTROL_
LDO1
,
TPS65218_CONTROL_LDO1_MASK, TPS65218_REG_ENABLE2,
TPS65218_ENABLE2_LDO1_EN, NULL, ldo1_dcdc3_ranges,
2, 0),