From 89827d3e3935a58993a327efb0ac8fc888458918 Mon Sep 17 00:00:00 2001 From: cym <709866821@qq.com> Date: Thu, 12 Aug 2010 10:16:26 +0800 Subject: [PATCH] modified PMU_LP8725 LDO5(AVDD18) Initial voltage 1.2v->1.8V --- 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 2aecf43f20a0..cb4db7dbc7a5 100644 --- 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,1900000); + regulator_set_voltage(ldo5,1800000,1800000); tmp = regulator_get_voltage(ldo5); DBG_INFO("***regulator_set_init: ldo5 vcc =%d\n",tmp); -- 2.34.1