ARM: SAMSUNG: Reduce virtual memory size for WDT device

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>
This commit is contained in:
Banajit Goswami 2010-06-01 23:03:53 +05:30 committed by Kukjin Kim
parent 9fe6206f40
commit 5db2bc8a11
1 changed files with 1 additions and 1 deletions

View 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] = {