diff mbox

ARM: mach-shmobile: ap4evb: evt2irq() update for MMCIF

Message ID w3p39x7earf.wl%kuninori.morimoto.gx@renesas.com (mailing list archive)
State Superseded
Commit 8d569341088d35938f1ad62bee60c7ad4adc1014
Headers show

Commit Message

Kuninori Morimoto June 1, 2010, 2:40 a.m. UTC
None
diff mbox

Patch

diff --git a/arch/arm/mach-shmobile/board-ap4evb.c b/arch/arm/mach-shmobile/board-ap4evb.c
index bdc4c6b..67da737 100644
--- a/arch/arm/mach-shmobile/board-ap4evb.c
+++ b/arch/arm/mach-shmobile/board-ap4evb.c
@@ -267,12 +267,12 @@  static struct resource sh_mmcif_resources[] = {
 	},
 	[1] = {
 		/* MMC ERR */
-		.start	= 198,
+		.start	= evt2irq(0x1ac0),
 		.flags	= IORESOURCE_IRQ,
 	},
 	[2] = {
 		/* MMC NOR */
-		.start	= 199,
+		.start	= evt2irq(0x1ae0),
 		.flags	= IORESOURCE_IRQ,
 	},
 };