rk3288: fix reg address for GRF_SOC_CON2
authorKever Yang <kever.yang@rock-chips.com>
Fri, 7 Oct 2016 07:59:49 +0000 (15:59 +0800)
committerSimon Glass <sjg@chromium.org>
Sun, 30 Oct 2016 19:29:06 +0000 (13:29 -0600)
The GRF base address is missing, fix it.

Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
arch/arm/mach-rockchip/rk3288/rk3288.c

index 92f34bb..acc3b79 100644 (file)
@@ -6,7 +6,7 @@
 #include <asm/io.h>
 #include <asm/arch/hardware.h>
 
-#define GRF_SOC_CON2 0x24c
+#define GRF_SOC_CON2 0xff77024c
 
 int arch_cpu_init(void)
 {