mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 12:17:12 +09:00
rk30:sdk:modify sleep voltage
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user