diff options
author | Seungwon Jeon <tgih.jun@samsung.com> | 2011-07-21 00:34:58 +0900 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2011-07-21 01:46:43 +0900 |
commit | d79195897e610bd0d3563ec401cfd29d836ce0e6 (patch) | |
tree | aea2b86565f561005dca716d2af4c6517b7e9435 /arch/arm/mach-exynos4/include/mach/irqs.h | |
parent | 3a1a2b9e69b22a7d9e3c2d9410309ccbedc0ef8f (diff) |
ARM: EXYNOS4: Add platform device for dwmci driver
This patch adds platform device for Synopsys DesignWare
Multimedia Card Interface driver.
Signed-off-by: Seungwon Jeon <tgih.jun@samsung.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/mach-exynos4/include/mach/irqs.h')
-rw-r--r-- | arch/arm/mach-exynos4/include/mach/irqs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-exynos4/include/mach/irqs.h b/arch/arm/mach-exynos4/include/mach/irqs.h index 51b5db5ea93..e2995be40c3 100644 --- a/arch/arm/mach-exynos4/include/mach/irqs.h +++ b/arch/arm/mach-exynos4/include/mach/irqs.h @@ -78,6 +78,7 @@ #define IRQ_HSMMC1 IRQ_SPI(74) #define IRQ_HSMMC2 IRQ_SPI(75) #define IRQ_HSMMC3 IRQ_SPI(76) +#define IRQ_DWMCI IRQ_SPI(77) #define IRQ_MIPICSI0 IRQ_SPI(78) |