From b0dfc93dcb9ea0813060ec84641bea38c301aec8 Mon Sep 17 00:00:00 2001 From: cym <709866821@qq.com> Date: Thu, 12 Aug 2010 19:18:52 +0800 Subject: [PATCH] modified PMU_LP8725 delete set buck1(core) voltage --- drivers/regulator/rk2818_lp8725.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/regulator/rk2818_lp8725.c b/drivers/regulator/rk2818_lp8725.c index cb4db7dbc7a5..0ac3c7a55f4f 100644 --- 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); -- 2.34.1