forked from Minki/linux
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:
parent
9fe6206f40
commit
5db2bc8a11
@ -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] = {
|
||||
|
Loading…
Reference in New Issue
Block a user