diff options
author | Boojin Kim <boojin.kim@samsung.com> | 2010-09-29 11:42:15 (GMT) |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2010-10-20 22:52:18 (GMT) |
commit | 1114275674787ac2f5f27f2c10368890d27fae1c (patch) | |
tree | 37b6390cef2e1178df1610bd03d4ae95d3234e7f /arch/arm/mach-s5pv310 | |
parent | 0c0f909689c8387265a3682d4205c063071ec36a (diff) | |
download | linux-fsl-qoriq-1114275674787ac2f5f27f2c10368890d27fae1c.tar.xz |
ARM: S5PV310: Fix physical address of System Controller Register
The physical address of SYSCON(System Controller) is wrong.
This patch fixs this wrong physical address value from 0x10020000 to 0x10010000.
Signed-off-by: Boojin Kim <boojin.kim@samsung.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/mach-s5pv310')
-rw-r--r-- | arch/arm/mach-s5pv310/include/mach/map.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-s5pv310/include/mach/map.h b/arch/arm/mach-s5pv310/include/mach/map.h index 7523653..8014c3a 100644 --- a/arch/arm/mach-s5pv310/include/mach/map.h +++ b/arch/arm/mach-s5pv310/include/mach/map.h @@ -34,7 +34,7 @@ #define S5PV310_PA_CHIPID (0x10000000) #define S5P_PA_CHIPID S5PV310_PA_CHIPID -#define S5PV310_PA_SYSCON (0x10020000) +#define S5PV310_PA_SYSCON (0x10010000) #define S5P_PA_SYSCON S5PV310_PA_SYSCON #define S5PV310_PA_CMU (0x10030000) |