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>
This commit is contained in:
parent
27b95d25c5
commit
1b64a05072
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue