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:
c9f4aae
)
rk2928: the bug of suspen , RK2928_GPIO1_BASE preread
author
许盛飞
<xsf@rock-chips.com>
Tue, 28 Aug 2012 02:41:56 +0000
(10:41 +0800)
committer
许盛飞
<xsf@rock-chips.com>
Tue, 28 Aug 2012 02:41:56 +0000
(10:41 +0800)
arch/arm/mach-rk2928/pm.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-rk2928/pm.c
b/arch/arm/mach-rk2928/pm.c
index 13f32dc1b60bc229fe6f732bbd624f918deabaeb..0f2ebb327d7e174fd4d602a243b35b7ce0b8aa89 100644
(file)
--- a/
arch/arm/mach-rk2928/pm.c
+++ b/
arch/arm/mach-rk2928/pm.c
@@
-236,6
+236,7
@@
static noinline void interface_ctr_reg_pread(void)
readl_relaxed(RK2928_GRF_BASE);
readl_relaxed(RK2928_DDR_PCTL_BASE);
readl_relaxed(RK2928_DDR_PHY_BASE);
+ readl_relaxed(RK2928_GPIO1_BASE);
readl_relaxed(RK2928_GPIO3_BASE);
// readl_relaxed(RK2928_I2C1_BASE);
}