From e3cbf4f76270404528f6496718bf6ff5eac8e4ae Mon Sep 17 00:00:00 2001 From: Sascha Hauer Date: Thu, 22 Aug 2013 22:26:35 +0200 Subject: [PATCH] ARM: am33xx: Add mmc1 registration helper Signed-off-by: Sascha Hauer --- arch/arm/mach-omap/include/mach/am33xx-devices.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/arch/arm/mach-omap/include/mach/am33xx-devices.h b/arch/arm/mach-omap/include/mach/am33xx-devices.h index 6a4d90102..669198023 100644 --- a/arch/arm/mach-omap/include/mach/am33xx-devices.h +++ b/arch/arm/mach-omap/include/mach/am33xx-devices.h @@ -31,6 +31,12 @@ static inline struct device_d *am33xx_add_mmc0(struct omap_hsmmc_platform_data * AM33XX_MMCHS0_BASE, SZ_4K, IORESOURCE_MEM, pdata); } +static inline struct device_d *am33xx_add_mmc1(struct omap_hsmmc_platform_data *pdata) +{ + return add_generic_device("omap4-hsmmc", 1, NULL, + AM33XX_MMC1_BASE, SZ_4K, IORESOURCE_MEM, pdata); +} + static inline struct device_d *am33xx_add_cpsw(struct cpsw_platform_data *cpsw_data) { return add_generic_device("cpsw", 0, NULL,