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:
82a2ca3
)
modified PMU_LP8725 delete set buck1(core) voltage
author
cym
<709866821@qq.com>
Thu, 12 Aug 2010 11:18:52 +0000
(19:18 +0800)
committer
cym
<709866821@qq.com>
Thu, 12 Aug 2010 11:18:52 +0000
(19:18 +0800)
drivers/regulator/rk2818_lp8725.c
patch
|
blob
|
history
diff --git
a/drivers/regulator/rk2818_lp8725.c
b/drivers/regulator/rk2818_lp8725.c
index cb4db7dbc7a5de0c80c42ddbedc6594c1f97d151..0ac3c7a55f4fb0f1d11e04feef6ee7908a562408 100644
(file)
--- a/
drivers/regulator/rk2818_lp8725.c
+++ b/
drivers/regulator/rk2818_lp8725.c
@@
-612,7
+612,7
@@
static int lp8725_set_init(void)
/*init buck1*/
DBG_INFO("***buck1 vcc init\n");
buck1 = regulator_get(NULL, "vdd12");
-
regulator_set_voltage(buck1,1200000,1200000);
+
//
regulator_set_voltage(buck1,1200000,1200000);
tmp = regulator_get_voltage(buck1);
DBG_INFO("***regulator_set_init: buck1 vcc =%d\n",tmp);