projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4a9e02d
)
modified PMU_LP8725 LDO5(AVDD18) Initial voltage 1.2v->1.8V
author
cym
<709866821@qq.com>
Thu, 12 Aug 2010 02:16:26 +0000
(10:16 +0800)
committer
cym
<709866821@qq.com>
Thu, 12 Aug 2010 02:16:26 +0000
(10:16 +0800)
drivers/regulator/rk2818_lp8725.c
patch
|
blob
|
history
diff --git
a/drivers/regulator/rk2818_lp8725.c
b/drivers/regulator/rk2818_lp8725.c
index 2aecf43f20a00438c31b17a1c2ef7d69baeb1df8..cb4db7dbc7a5de0c80c42ddbedc6594c1f97d151 100644
(file)
--- a/
drivers/regulator/rk2818_lp8725.c
+++ b/
drivers/regulator/rk2818_lp8725.c
@@
-589,7
+589,7
@@
static int lp8725_set_init(void)
DBG_INFO("***ldo5 vcc init\n");
ldo5 = regulator_get(NULL, "ldo5");
regulator_enable(ldo5);
-
// regulator_set_voltage(ldo5,1900000,19
00000);
+
regulator_set_voltage(ldo5,1800000,18
00000);
tmp = regulator_get_voltage(ldo5);
DBG_INFO("***regulator_set_init: ldo5 vcc =%d\n",tmp);