summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-s5pv310/cpu.c
diff options
context:
space:
mode:
authorKukjin Kim <kgene.kim@samsung.com>2010-09-09 14:57:29 +0200
committerKukjin Kim <kgene.kim@samsung.com>2010-10-19 01:02:57 +0200
commitfe0cdec8bad919fd91cd344123906a55f3857209 (patch)
tree798d928f5173a8d631c8d95b08c33975b449fc4d /arch/arm/mach-s5pv310/cpu.c
parentARM: S5P64X0: Bug fix on errors of build with CONFIG_PREEMPT_NONE (diff)
downloadlinux-fe0cdec8bad919fd91cd344123906a55f3857209.tar.xz
linux-fe0cdec8bad919fd91cd344123906a55f3857209.zip
ARM: S5PV310: Fix build error on GPIO map
This patch fixes build error about GPIO address due to conflict of commit 4d914705 and 19a2c065. - commit 4d914705: Fix on GPIO base addresses - commit 19a2c065: Moves initial map for merging S5P64X0 Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/mach-s5pv310/cpu.c')
-rw-r--r--arch/arm/mach-s5pv310/cpu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-s5pv310/cpu.c b/arch/arm/mach-s5pv310/cpu.c
index 3b9c872ed68d..4add39853ff9 100644
--- a/arch/arm/mach-s5pv310/cpu.c
+++ b/arch/arm/mach-s5pv310/cpu.c
@@ -57,7 +57,7 @@ static struct map_desc s5pv310_iodesc[] __initdata = {
.type = MT_DEVICE,
}, {
.virtual = (unsigned long)S5P_VA_GPIO,
- .pfn = __phys_to_pfn(S5PV310_PA_GPIO),
+ .pfn = __phys_to_pfn(S5PV310_PA_GPIO1),
.length = SZ_4K,
.type = MT_DEVICE,
}, {