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
arch/arm/mach-rk2928/board-rk2928-sdk-tps65910.c
arch/arm/mach-rk30/board-pmu-act8846.c

index 83dac00476348bfcb9840ee32b888af8749c8877..cf6ba3c52ecc419138c3e5815626e84e20d47297 100755 (executable)
@@ -198,7 +198,7 @@ static struct regulator_init_data act8931_ldo3 = {
 /* */
 static struct regulator_init_data act8931_ldo4 = {
        .constraints = {
-               .name           = "ACT_LDO1",
+               .name           = "ACT_LDO4",
                .min_uV                 = 600000,
                .max_uV                 = 3900000,
                .apply_uV               = 1,
index 895dd2faf0b7ac78683eb360c6313fdc678c59de..bec5aceeaf1bf83aef247628a31a662e1f1c0c9e 100755 (executable)
@@ -203,7 +203,7 @@ int tps65910_pre_init(struct tps65910 *tps65910){
                 return val;
         }
        
-       val |= 0x9B;
+       val |= 0x8B;
        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= \
index 6c7f416e8853050b807709ba97c326a28780ada5..b8f6a0e45b639cb66e6377325fb6058c4f7fe3d7 100755 (executable)
@@ -273,7 +273,7 @@ static struct regulator_init_data act8846_ldo3 = {
 /* */
 static struct regulator_init_data act8846_ldo4 = {
        .constraints = {
-               .name           = "ACT_LDO1",
+               .name           = "ACT_LDO4",
                .min_uV                 = 600000,
                .max_uV                 = 3900000,
                .apply_uV               = 1,