ARM: SAMSUNG: Reduce virtual memory size for WDT device
authorBanajit Goswami <banajit.g@samsung.com>
Tue, 1 Jun 2010 17:33:53 +0000 (23:03 +0530)
committerKukjin Kim <kgene.kim@samsung.com>
Thu, 5 Aug 2010 09:32:49 +0000 (18:32 +0900)
This patch reduces the virtual memory allocated for WDT device from 1M
to 1K.

Signed-off-by: Banajit Goswami <banajit.g@samsung.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Acked-by: Ben Dooks <ben-linux@fluff.org>
arch/arm/plat-samsung/dev-wdt.c

index 5efca87cddbd4f9c7e02e22435004cfb70a04c4e..019b5b8cf14cfbce01d70e91e82f66c931f6dc9a 100644 (file)
@@ -21,7 +21,7 @@
 static struct resource s3c_wdt_resource[] = {
        [0] = {
                .start  = S3C_PA_WDT,
-               .end    = S3C_PA_WDT + SZ_1M - 1,
+               .end    = S3C_PA_WDT + SZ_1K,
                .flags  = IORESOURCE_MEM,
        },
        [1] = {
This page took 0.04178 seconds and 5 git commands to generate.