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:
bda24be
)
rk2928: set l2 prefetch: 0x30000000
author
kfx
<kfx@rock-chips.com>
Wed, 26 Sep 2012 07:05:52 +0000
(15:05 +0800)
committer
kfx
<kfx@rock-chips.com>
Wed, 26 Sep 2012 07:05:52 +0000
(15:05 +0800)
arch/arm/mach-rk2928/common.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-rk2928/common.c
b/arch/arm/mach-rk2928/common.c
index a5f8c904e6c657a3267235cf3ac29eca7a506472..46c68f8c254087d0096610739a2bcafd87541dd8 100755
(executable)
--- a/
arch/arm/mach-rk2928/common.c
+++ b/
arch/arm/mach-rk2928/common.c
@@
-54,7
+54,7
@@
static void __init rk2928_l2_cache_init(void)
|L2_LY_SET(1,L2_LY_WR_OFF), RK2928_L2C_BASE + L2X0_DATA_LATENCY_CTRL);
/* L2X0 Prefetch Control */
- writel_relaxed(0x
70000003
, RK2928_L2C_BASE + L2X0_PREFETCH_CTRL);
+ writel_relaxed(0x
30000000
, RK2928_L2C_BASE + L2X0_PREFETCH_CTRL);
/* L2X0 Power Control */
writel_relaxed(L2X0_DYNAMIC_CLK_GATING_EN | L2X0_STNDBY_MODE_EN, RK2928_L2C_BASE + L2X0_POWER_CTRL);