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:
628b52b
)
fixed:pm can not wake up
author
xxx
<xxx@rock-chips.com>
Thu, 10 Apr 2014 13:55:01 +0000
(21:55 +0800)
committer
xxx
<xxx@rock-chips.com>
Thu, 10 Apr 2014 13:55:01 +0000
(21:55 +0800)
arch/arm/mach-rockchip/pm-rk3288.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-rockchip/pm-rk3288.c
b/arch/arm/mach-rockchip/pm-rk3288.c
index be13d8a6795f6557591b616d266c56bd40af36a2..7ea0a54e0c988097a35b87e3ba7f8079601967c9 100755
(executable)
--- a/
arch/arm/mach-rockchip/pm-rk3288.c
+++ b/
arch/arm/mach-rockchip/pm-rk3288.c
@@
-853,7
+853,7
@@
static void rkpm_slp_mode_set(u32 val)
mode_set=pmu_pwr_mode_con0;
- pmu_writel(0x1<<
3
,RK3188_PMU_WAKEUP_CFG1);
+ pmu_writel(0x1<<
0
,RK3188_PMU_WAKEUP_CFG1);
// enable boot ram
reg_writel((0x1<<8)|(0x1<<(8+16)),RK_SGRF_VIRT+RK3288_SGRF_SOC_CON0);