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:
c8c21ee
)
ARM: rockchip: rk3288 do disable address remap temporarily
author
黄涛
<huangtao@rock-chips.com>
Fri, 21 Mar 2014 11:22:11 +0000
(19:22 +0800)
committer
黄涛
<huangtao@rock-chips.com>
Fri, 21 Mar 2014 11:22:21 +0000
(19:22 +0800)
arch/arm/mach-rockchip/rk3288.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-rockchip/rk3288.c
b/arch/arm/mach-rockchip/rk3288.c
index 9496432d8f9db693a49450ddecda1e2a3a57dea1..1b4afaf981b3e95834e0c8e9b203df86508e4576 100755
(executable)
--- a/
arch/arm/mach-rockchip/rk3288.c
+++ b/
arch/arm/mach-rockchip/rk3288.c
@@
-124,6
+124,9
@@
static void __init rk3288_dt_map_io(void)
/* rkpwm is used instead of old pwm */
writel_relaxed(0x00010001, RK_GRF_VIRT + RK3288_GRF_SOC_CON2);
+ /* disable address remap */
+ writel_relaxed(0x08000000, RK_SGRF_VIRT + RK3288_SGRF_SOC_CON0);
+
rk3288_boot_mode_init();
}