diff options
author | Mathieu J. Poirier <mathieu.poirier@linaro.org> | 2011-03-25 09:28:58 -0600 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2011-06-23 12:04:56 +0200 |
commit | 885d0fe40fb97d7f394c24ac9c88721015f852b3 (patch) | |
tree | 1a0dae48d31ca8cc3e791d2ec5c5bc17edd26c1b /arch/arm/mach-ux500/board-mop500.h | |
parent | d769d05498f78efdc1adff2075b3a58af40dbb76 (diff) |
mach-ux500: Add SDI support for snowball board
With SDI support for the Snowball we can boot from the
SD card.
Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Robert Marklund <robert.marklund@stericsson.com>
Diffstat (limited to 'arch/arm/mach-ux500/board-mop500.h')
-rw-r--r-- | arch/arm/mach-ux500/board-mop500.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/mach-ux500/board-mop500.h b/arch/arm/mach-ux500/board-mop500.h index 03a31cc9b08..ee77a8970c3 100644 --- a/arch/arm/mach-ux500/board-mop500.h +++ b/arch/arm/mach-ux500/board-mop500.h @@ -7,6 +7,11 @@ #ifndef __BOARD_MOP500_H #define __BOARD_MOP500_H +/* snowball GPIO for MMC card */ +#define SNOWBALL_SDMMC_EN_GPIO 217 +#define SNOWBALL_SDMMC_1V8_3V_GPIO 228 +#define SNOWBALL_SDMMC_CD_GPIO 218 + /* HREFv60-specific GPIO assignments, this board has no GPIO expander */ #define HREFV60_TOUCH_RST_GPIO 143 #define HREFV60_PROX_SENSE_GPIO 217 |