Commit 5db2bc8a authored by Banajit Goswami's avatar Banajit Goswami Committed by Kukjin Kim
Browse files

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: default avatarBanajit Goswami <banajit.g@samsung.com>
Signed-off-by: default avatarKukjin Kim <kgene.kim@samsung.com>
Acked-by: default avatarBen Dooks <ben-linux@fluff.org>
parent 9fe6206f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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] = {