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 /configs | |
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 'configs')
-rw-r--r-- | configs/lager_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/lager_defconfig b/configs/lager_defconfig index 1602a9b..950b037 100644 --- a/configs/lager_defconfig +++ b/configs/lager_defconfig @@ -3,3 +3,4 @@ CONFIG_RMOBILE=y CONFIG_TARGET_LAGER=y CONFIG_DM=y CONFIG_DM_SERIAL=y +CONFIG_SH_SDHI=y |