Archived
14
0
Fork 0

ARM: mach-shmobile: ap4evb: modify LCDC1 irq number

Signed-off-by: TAKEI Mitsuharu <takei.andr@gmail.com>
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Cc: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
This commit is contained in:
TAKEI Mitsuharu 2010-10-20 11:53:17 +09:00 committed by Paul Mundt
parent c6c049ecbc
commit 88c759a2c8

View file

@ -596,7 +596,7 @@ static struct resource lcdc1_resources[] = {
.flags = IORESOURCE_MEM, .flags = IORESOURCE_MEM,
}, },
[1] = { [1] = {
.start = intcs_evt2irq(0x17a0), .start = intcs_evt2irq(0x1780),
.flags = IORESOURCE_IRQ, .flags = IORESOURCE_IRQ,
}, },
}; };