rk30:sdk:modify sleep voltage

This commit is contained in:
张晴
2012-04-05 18:09:40 +08:00
parent f11d14c5fc
commit c42d2750de

View File

@@ -172,9 +172,14 @@ int wm831x_post_init(struct wm831x *Wm831x)
udelay(100);
dcdc = regulator_get(NULL, "vdd_core"); // vdd_log
<<<<<<< Updated upstream
<<<<<<< Updated upstream
regulator_set_voltage(dcdc, 1150000, 1150000);
regulator_set_suspend_voltage(dcdc, 1100000);
=======
regulator_set_voltage(dcdc, 1100000, 1100000);
regulator_set_suspend_voltage(dcdc, 1000000);
>>>>>>> Stashed changes
=======
regulator_set_voltage(dcdc, 1100000, 1100000);
regulator_set_suspend_voltage(dcdc, 1000000);