提交 a203a13a 编写于 作者: K Kyungmin Park 提交者: Kukjin Kim

ARM: S5PV210: Reduce the iodesc length of systimer

It's enough to use 4KiB.
Signed-off-by: NKyungmin Park <kyungmin.park@samsung.com>
Signed-off-by: NKukjin Kim <kgene.kim@samsung.com>
上级 f1c894de
...@@ -47,7 +47,7 @@ static struct map_desc s5pv210_iodesc[] __initdata = { ...@@ -47,7 +47,7 @@ static struct map_desc s5pv210_iodesc[] __initdata = {
{ {
.virtual = (unsigned long)S5P_VA_SYSTIMER, .virtual = (unsigned long)S5P_VA_SYSTIMER,
.pfn = __phys_to_pfn(S5PV210_PA_SYSTIMER), .pfn = __phys_to_pfn(S5PV210_PA_SYSTIMER),
.length = SZ_1M, .length = SZ_4K,
.type = MT_DEVICE, .type = MT_DEVICE,
}, { }, {
.virtual = (unsigned long)VA_VIC2, .virtual = (unsigned long)VA_VIC2,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册