aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTAKEI Mitsuharu <[email protected]>2010-10-20 11:53:17 +0900
committerPaul Mundt <[email protected]>2010-10-25 10:46:01 +0900
commit88c759a2c82d0c98f6a59165b409112effad75bd (patch)
treec437230165a1786d3f952f0ee0adb6b7110087ed
parentc6c049ecbccd61fae2e58fe5e2fdd369d87f3716 (diff)
ARM: mach-shmobile: ap4evb: modify LCDC1 irq number
Signed-off-by: TAKEI Mitsuharu <[email protected]> Signed-off-by: Kuninori Morimoto <[email protected]> Cc: Guennadi Liakhovetski <[email protected]> Signed-off-by: Paul Mundt <[email protected]>
-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 d21637d0f6dd..901000ceb540 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,
},
};