summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorKever Yang <kever.yang@rock-chips.com>2016-10-07 15:59:49 +0800
committerSimon Glass <sjg@chromium.org>2016-10-30 13:29:06 -0600
commit1b64a05072f56dbefd7c4ed1eee5df50f6748eaf (patch)
tree845fe5f79a2c37512ab328f6485979c4f4c09b92 /arch
parent27b95d25c570e29fe58ae01e308467a1f682411e (diff)
rk3288: fix reg address for GRF_SOC_CON2
The GRF base address is missing, fix it. Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/mach-rockchip/rk3288/rk3288.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-rockchip/rk3288/rk3288.c b/arch/arm/mach-rockchip/rk3288/rk3288.c
index 92f34bbbcb..acc3b7932a 100644
--- a/arch/arm/mach-rockchip/rk3288/rk3288.c
+++ b/arch/arm/mach-rockchip/rk3288/rk3288.c
@@ -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)
{