From 88c759a2c82d0c98f6a59165b409112effad75bd Mon Sep 17 00:00:00 2001 From: TAKEI Mitsuharu Date: Wed, 20 Oct 2010 11:53:17 +0900 Subject: [PATCH] ARM: mach-shmobile: ap4evb: modify LCDC1 irq number Signed-off-by: TAKEI Mitsuharu Signed-off-by: Kuninori Morimoto Cc: Guennadi Liakhovetski Signed-off-by: Paul Mundt --- arch/arm/mach-shmobile/board-ap4evb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/mach-shmobile/board-ap4evb.c b/arch/arm/mach-shmobile/board-ap4evb.c index d21637d0f6d..901000ceb54 100644 --- a/arch/arm/mach-shmobile/board-ap4evb.c +++ b/arch/arm/mach-shmobile/board-ap4evb.c @@ -596,7 +596,7 @@ static struct resource lcdc1_resources[] = { .flags = IORESOURCE_MEM, }, [1] = { - .start = intcs_evt2irq(0x17a0), + .start = intcs_evt2irq(0x1780), .flags = IORESOURCE_IRQ, }, };