diff options
author | Philippe Langlais <philippe.langlais@linaro.org> | 2011-05-06 11:23:56 +0200 |
---|---|---|
committer | Ulf Hansson <ulf.hansson@stericsson.com> | 2011-09-19 15:15:03 +0200 |
commit | 0df1f2533629b743e0f5f1a35abdac8f282f13aa (patch) | |
tree | ce96d0677f4a9198095ce76ac831e83e0800d837 /arch/arm/mach-ux500/board-u5500.h | |
parent | ddff9a22680664abd0fe0cedabe11e6840a28169 (diff) |
mach-ux500: Fix for MMC working on u5500 and DMA support.
Configuring DMA support on u5500 for MMC.
ST Ericsson ID:WP257117
Change-Id: I00c45e47e77a6a472e8eb8471a64e163036cd8c8
Signed-off-by: seshagh <seshagiri.holi@stericsson.com>
Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/18722
Reviewed-by: Preetham-rao K <preetham.rao@stericsson.com>
Tested-by: Preetham-rao K <preetham.rao@stericsson.com>
Conflicts:
arch/arm/mach-ux500/Makefile
arch/arm/mach-ux500/board-u5500-sdi.c
arch/arm/mach-ux500/board-u5500.c
Diffstat (limited to 'arch/arm/mach-ux500/board-u5500.h')
-rw-r--r-- | arch/arm/mach-ux500/board-u5500.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/arch/arm/mach-ux500/board-u5500.h b/arch/arm/mach-ux500/board-u5500.h new file mode 100644 index 00000000000..7bb0ea918bc --- /dev/null +++ b/arch/arm/mach-ux500/board-u5500.h @@ -0,0 +1,14 @@ +/* + * Copyright (C) ST-Ericsson SA 2010 + * + * License terms: GNU General Public License (GPL) version 2 + */ + +#ifndef __BOARD_U5500_H +#define __BOARD_U5500_H + +#define GPIO_SDMMC_CD 180 +#define GPIO_MMC_CARD_CTRL 227 +#define GPIO_MMC_CARD_VSEL 185 + +#endif |