summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorKyungmin Park2010-08-21 04:48:45 +0200
committerKukjin Kim2010-09-14 10:58:35 +0200
commita203a13a8843c3ec2d4dbc6285d000079a12afa5 (patch)
treea5a9aa3fdc71033565dd17708bddbe797086093f /arch
parentARM: S5PV210: Update I2C-1 Clock Register Property. (diff)
downloadkernel-qcow2-linux-a203a13a8843c3ec2d4dbc6285d000079a12afa5.tar.gz
kernel-qcow2-linux-a203a13a8843c3ec2d4dbc6285d000079a12afa5.tar.xz
kernel-qcow2-linux-a203a13a8843c3ec2d4dbc6285d000079a12afa5.zip
ARM: S5PV210: Reduce the iodesc length of systimer
It's enough to use 4KiB. Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com> Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/mach-s5pv210/cpu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-s5pv210/cpu.c b/arch/arm/mach-s5pv210/cpu.c
index b9f4d677cf55..77f456c91ad3 100644
--- a/arch/arm/mach-s5pv210/cpu.c
+++ b/arch/arm/mach-s5pv210/cpu.c
@@ -47,7 +47,7 @@ static struct map_desc s5pv210_iodesc[] __initdata = {
{
.virtual = (unsigned long)S5P_VA_SYSTIMER,
.pfn = __phys_to_pfn(S5PV210_PA_SYSTIMER),
- .length = SZ_1M,
+ .length = SZ_4K,
.type = MT_DEVICE,
}, {
.virtual = (unsigned long)VA_VIC2,