Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8d569341 authored by Kuninori Morimoto's avatar Kuninori Morimoto Committed by Paul Mundt
Browse files

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



This patch updates the irq numbers for MMCIF
to make use of evt2irq().

Signed-off-by: default avatarKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: default avatarPaul Mundt <lethal@linux-sh.org>
parent 1ddb76fd
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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,
	},
};