ARM: mach-shmobile: ap4evb: modify LCDC1 irq number
authorTAKEI Mitsuharu <takei.andr@gmail.com>
Wed, 20 Oct 2010 02:53:17 +0000 (11:53 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Mon, 25 Oct 2010 01:46:01 +0000 (10:46 +0900)
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>
arch/arm/mach-shmobile/board-ap4evb.c

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