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:
f31297c
)
rk292x:open vcca33 when pmu enter sleep
author
张晴
<zhangqing@rock-chips.com>
Sat, 26 Jan 2013 03:26:45 +0000
(11:26 +0800)
committer
张晴
<zhangqing@rock-chips.com>
Sat, 26 Jan 2013 03:26:45 +0000
(11:26 +0800)
arch/arm/mach-rk2928/board-rk2928-sdk-act8931.c
patch
|
blob
|
history
arch/arm/mach-rk2928/board-rk2928-sdk-tps65910.c
patch
|
blob
|
history
arch/arm/mach-rk30/board-pmu-act8846.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 83dac00476348bfcb9840ee32b888af8749c8877..cf6ba3c52ecc419138c3e5815626e84e20d47297 100755
(executable)
--- a/
arch/arm/mach-rk2928/board-rk2928-sdk-act8931.c
+++ b/
arch/arm/mach-rk2928/board-rk2928-sdk-act8931.c
@@
-198,7
+198,7
@@
static struct regulator_init_data act8931_ldo3 = {
/* */
static struct regulator_init_data act8931_ldo4 = {
.constraints = {
- .name = "ACT_LDO
1
",
+ .name = "ACT_LDO
4
",
.min_uV = 600000,
.max_uV = 3900000,
.apply_uV = 1,
diff --git
a/arch/arm/mach-rk2928/board-rk2928-sdk-tps65910.c
b/arch/arm/mach-rk2928/board-rk2928-sdk-tps65910.c
index 895dd2faf0b7ac78683eb360c6313fdc678c59de..bec5aceeaf1bf83aef247628a31a662e1f1c0c9e 100755
(executable)
--- a/
arch/arm/mach-rk2928/board-rk2928-sdk-tps65910.c
+++ b/
arch/arm/mach-rk2928/board-rk2928-sdk-tps65910.c
@@
-203,7
+203,7
@@
int tps65910_pre_init(struct tps65910 *tps65910){
return val;
}
- val |= 0x
9
B;
+ val |= 0x
8
B;
err = tps65910_reg_write(tps65910, TPS65910_SLEEP_SET_LDO_OFF, val);
if (err) {
printk(KERN_ERR "Unable to read TPS65910 Reg at offset 0x%x= \
diff --git
a/arch/arm/mach-rk30/board-pmu-act8846.c
b/arch/arm/mach-rk30/board-pmu-act8846.c
index 6c7f416e8853050b807709ba97c326a28780ada5..b8f6a0e45b639cb66e6377325fb6058c4f7fe3d7 100755
(executable)
--- a/
arch/arm/mach-rk30/board-pmu-act8846.c
+++ b/
arch/arm/mach-rk30/board-pmu-act8846.c
@@
-273,7
+273,7
@@
static struct regulator_init_data act8846_ldo3 = {
/* */
static struct regulator_init_data act8846_ldo4 = {
.constraints = {
- .name = "ACT_LDO
1
",
+ .name = "ACT_LDO
4
",
.min_uV = 600000,
.max_uV = 3900000,
.apply_uV = 1,