diff options
author | Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com> | 2014-11-21 10:19:32 +0900 |
---|---|---|
committer | Nobuhiro Iwamatsu <iwamatsu@nigauri.org> | 2015-02-25 13:13:49 +0900 |
commit | acdfecbbb44bea1bc265397d7dcfa32db6760528 (patch) | |
tree | 4b198f9d8dc7300779d1a50273a5d0bb48af225e /include/configs/lager.h | |
parent | e2abab698f5246bc2ff68901e310b9f558fba623 (diff) | |
download | u-boot-imx-acdfecbbb44bea1bc265397d7dcfa32db6760528.zip u-boot-imx-acdfecbbb44bea1bc265397d7dcfa32db6760528.tar.gz u-boot-imx-acdfecbbb44bea1bc265397d7dcfa32db6760528.tar.bz2 |
arm: rmobile: lager: Add support SDHI
Lager board has two SDHI port as SDHI0 and SDHI2.
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/lager.h')
-rw-r--r-- | include/configs/lager.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/configs/lager.h b/include/configs/lager.h index 1c96b8a..e830c6d 100644 --- a/include/configs/lager.h +++ b/include/configs/lager.h @@ -109,4 +109,7 @@ /* SCIF0 */ #define CONFIG_SMSTP7_ENA 0x00200000 +/* SDHI */ +#define CONFIG_SH_SDHI_FREQ 97500000 + #endif /* __LAGER_H */ |