projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8182f38
)
rk2928: act8931: raise up vcc_io to 3.2V in view of touchscreen jitters
author
xieyi
<xieyi@rock-chips.com>
Thu, 27 Sep 2012 06:32:51 +0000
(14:32 +0800)
committer
xieyi
<xieyi@rock-chips.com>
Thu, 27 Sep 2012 06:43:31 +0000
(14:43 +0800)
arch/arm/mach-rk2928/board-rk2928-sdk-act8931.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-rk2928/board-rk2928-sdk-act8931.c
b/arch/arm/mach-rk2928/board-rk2928-sdk-act8931.c
index c36869ea9f2f9696e6c361cac6059da5423deee0..6a816138d819287c3b5e893686119f7112e6f969 100755
(executable)
--- a/
arch/arm/mach-rk2928/board-rk2928-sdk-act8931.c
+++ b/
arch/arm/mach-rk2928/board-rk2928-sdk-act8931.c
@@
-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, 3
000000, 30
00000);
+ regulator_set_voltage(dcdc, 3
200000, 32
00000);
regulator_enable(dcdc);
printk("%s set dcdc1 vcc_io=%dmV end\n", __func__, regulator_get_voltage(dcdc));
regulator_put(dcdc);