aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-s5pv310
diff options
context:
space:
mode:
authorBoojin Kim <boojin.kim@samsung.com>2010-09-29 20:42:15 +0900
committerKukjin Kim <kgene.kim@samsung.com>2010-10-21 07:52:18 +0900
commit1114275674787ac2f5f27f2c10368890d27fae1c (patch)
tree37b6390cef2e1178df1610bd03d4ae95d3234e7f /arch/arm/mach-s5pv310
parentARM: S5PV310: Optimize interrupt source searching code (diff)
downloadlinux-dev-1114275674787ac2f5f27f2c10368890d27fae1c.tar.xz
linux-dev-1114275674787ac2f5f27f2c10368890d27fae1c.zip
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.h2
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 75236536c4df..8014c3a6dd5d 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)