diff options
author | Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com> | 2014-11-12 11:29:39 +0900 |
---|---|---|
committer | Nobuhiro Iwamatsu <iwamatsu@nigauri.org> | 2015-02-25 13:13:46 +0900 |
commit | e2abab698f5246bc2ff68901e310b9f558fba623 (patch) | |
tree | 88ed78f36085b0d0b03647e775ba95849e95b008 /include/configs/gose.h | |
parent | 11e329106bc92765f8fa68ff9777f79a69d98721 (diff) | |
download | u-boot-imx-e2abab698f5246bc2ff68901e310b9f558fba623.zip u-boot-imx-e2abab698f5246bc2ff68901e310b9f558fba623.tar.gz u-boot-imx-e2abab698f5246bc2ff68901e310b9f558fba623.tar.bz2 |
arm: rmobile: gose: Add support SDHI
Gose board has three SDHI port.
This adds GPIO configuration and initialization function of SDHI, and
enables MMC command.
Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Diffstat (limited to 'include/configs/gose.h')
-rw-r--r-- | include/configs/gose.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/configs/gose.h b/include/configs/gose.h index 808a8b0..0dc28c7 100644 --- a/include/configs/gose.h +++ b/include/configs/gose.h @@ -98,4 +98,10 @@ /* SCIF0 */ #define CONFIG_SMSTP7_ENA 0x00200000 +/* SDHI */ +#define CONFIG_MMC +#define CONFIG_CMD_MMC +#define CONFIG_GENERIC_MMC +#define CONFIG_SH_SDHI_FREQ 97500000 + #endif /* __GOSE_H */ |