mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 20:07:46 +09:00
ARM: rockchip: rk3288 do disable address remap temporarily
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user