From: cym <709866821@qq.com> Date: Thu, 12 Aug 2010 11:18:52 +0000 (+0800) Subject: modified PMU_LP8725 delete set buck1(core) voltage X-Git-Tag: firefly_0821_release~11270 X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=b0dfc93dcb9ea0813060ec84641bea38c301aec8;p=firefly-linux-kernel-4.4.55.git modified PMU_LP8725 delete set buck1(core) voltage --- 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);