modified PMU_LP8725 delete set buck1(core) voltage
authorcym <709866821@qq.com>
Thu, 12 Aug 2010 11:18:52 +0000 (19:18 +0800)
committercym <709866821@qq.com>
Thu, 12 Aug 2010 11:18:52 +0000 (19:18 +0800)
drivers/regulator/rk2818_lp8725.c

index cb4db7dbc7a5de0c80c42ddbedc6594c1f97d151..0ac3c7a55f4fb0f1d11e04feef6ee7908a562408 100644 (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);