summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-shmobile
diff options
context:
space:
mode:
authorTAKEI Mitsuharu <takei.andr@gmail.com>2010-10-20 11:53:17 +0900
committerPaul Mundt <lethal@linux-sh.org>2010-10-25 10:46:01 +0900
commit88c759a2c82d0c98f6a59165b409112effad75bd (patch)
treec437230165a1786d3f952f0ee0adb6b7110087ed /arch/arm/mach-shmobile
parentc6c049ecbccd61fae2e58fe5e2fdd369d87f3716 (diff)
downloadop-kernel-dev-88c759a2c82d0c98f6a59165b409112effad75bd.zip
op-kernel-dev-88c759a2c82d0c98f6a59165b409112effad75bd.tar.gz
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/arm/mach-shmobile')
-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 d21637d..901000c 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,
},
};
OpenPOWER on IntegriCloud