modified PMU_LP8725 delete set buck1(core) voltage

This commit is contained in:
cym
2010-08-12 19:18:52 +08:00
parent 82a2ca3d36
commit b0dfc93dcb

View File

@@ -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);