projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
27b95d2
)
rk3288: fix reg address for GRF_SOC_CON2
author
Kever Yang
<kever.yang@rock-chips.com>
Fri, 7 Oct 2016 07:59:49 +0000
(15:59 +0800)
committer
Simon 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
patch
|
blob
|
history
diff --git
a/arch/arm/mach-rockchip/rk3288/rk3288.c
b/arch/arm/mach-rockchip/rk3288/rk3288.c
index 92f34bbbcb73a9936c3cc38d7928410909fe4307..acc3b7932a3c02e020641538003674cbe169f74f 100644
(file)
--- 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 0x
ff770
24c
int arch_cpu_init(void)
{