Skip to content

Commit

Permalink
ARM: mach-shmobile: ap4evb: modify LCDC1 irq number
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
TAKEI Mitsuharu authored and Paul Mundt committed Oct 25, 2010
1 parent c6c049e commit 88c759a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/mach-shmobile/board-ap4evb.c
Original file line number Diff line number Diff line change
Expand Up @@ -596,7 +596,7 @@ static struct resource lcdc1_resources[] = {
.flags = IORESOURCE_MEM,
},
[1] = {
.start = intcs_evt2irq(0x17a0),
.start = intcs_evt2irq(0x1780),
.flags = IORESOURCE_IRQ,
},
};
Expand Down

0 comments on commit 88c759a

Please sign in to comment.