mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-30 04:16:40 +07:00
ARM: mach-shmobile: ap4evb: evt2irq() update for MMCIF
This patch updates the irq numbers for MMCIF to make use of evt2irq(). Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Signed-off-by: Paul Mundt <lethal@linux-sh.org>
This commit is contained in:
parent
1ddb76fd29
commit
8d56934108
@ -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,
|
||||
},
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user