diff options
Diffstat (limited to 'arch/arm/mach-shmobile')
-rw-r--r-- | arch/arm/mach-shmobile/board-ap4evb.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-shmobile/board-ap4evb.c b/arch/arm/mach-shmobile/board-ap4evb.c index bdc4c6bd3108..67da7371451c 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, }, }; |