aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorTAKEI Mitsuharu <takei.andr@gmail.com>2010-10-19 22:53:17 -0400
committerPaul Mundt <lethal@linux-sh.org>2010-10-24 21:46:01 -0400
commit88c759a2c82d0c98f6a59165b409112effad75bd (patch)
treec437230165a1786d3f952f0ee0adb6b7110087ed /arch
parentc6c049ecbccd61fae2e58fe5e2fdd369d87f3716 (diff)
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>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/mach-shmobile/board-ap4evb.c2
1 files changed, 1 insertions, 1 deletions
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[] = {
596 .flags = IORESOURCE_MEM, 596 .flags = IORESOURCE_MEM,
597 }, 597 },
598 [1] = { 598 [1] = {
599 .start = intcs_evt2irq(0x17a0), 599 .start = intcs_evt2irq(0x1780),
600 .flags = IORESOURCE_IRQ, 600 .flags = IORESOURCE_IRQ,
601 }, 601 },
602}; 602};