mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-10 21:07:02 +09:00
rk2928: act8931: raise up vcc_io to 3.2V in view of touchscreen jitters
This commit is contained in:
@@ -53,7 +53,7 @@ static int act8931_set_init(struct act8931 *act8931)
|
||||
udelay(100);
|
||||
|
||||
dcdc = regulator_get(NULL, "act_dcdc1"); //vcc_io
|
||||
regulator_set_voltage(dcdc, 3000000, 3000000);
|
||||
regulator_set_voltage(dcdc, 3200000, 3200000);
|
||||
regulator_enable(dcdc);
|
||||
printk("%s set dcdc1 vcc_io=%dmV end\n", __func__, regulator_get_voltage(dcdc));
|
||||
regulator_put(dcdc);
|
||||
|
||||
Reference in New Issue
Block a user