diff options
author | Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com> | 2014-12-17 08:03:00 +0900 |
---|---|---|
committer | Pantelis Antoniou <pantelis.antoniou@konsulko.com> | 2015-01-19 16:24:25 +0200 |
commit | 72d42bad5849dd063fb2f2de84384f97dd990c30 (patch) | |
tree | a2ef854f76daa749cd874a2d521f8f57019cfcef /arch/arm/include/asm/arch-rmobile/r8a7794.h | |
parent | ab77f24119e80257de4ab017b877f92f96980562 (diff) | |
download | u-boot-imx-72d42bad5849dd063fb2f2de84384f97dd990c30.zip u-boot-imx-72d42bad5849dd063fb2f2de84384f97dd990c30.tar.gz u-boot-imx-72d42bad5849dd063fb2f2de84384f97dd990c30.tar.bz2 |
mmc: rmobile: Add SDHC support for Renesas rmobile ARM SoC
This adds Renesas rmobile ARM SoC's SD/MMC host support.
This drivers tested with Gose board and Koelsch board.
Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
Acked-by: Pantelis Antoniou <panto@antoniou-consulting.com>
Diffstat (limited to 'arch/arm/include/asm/arch-rmobile/r8a7794.h')
-rw-r--r-- | arch/arm/include/asm/arch-rmobile/r8a7794.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/include/asm/arch-rmobile/r8a7794.h b/arch/arm/include/asm/arch-rmobile/r8a7794.h index d7c9004..6d11fa4 100644 --- a/arch/arm/include/asm/arch-rmobile/r8a7794.h +++ b/arch/arm/include/asm/arch-rmobile/r8a7794.h @@ -27,4 +27,9 @@ #define MSTP10_BITS 0xFFFEFFE0 #define MSTP11_BITS 0x000001C0 +/* SDHI */ +#define CONFIG_SYS_SH_SDHI1_BASE 0xEE140000 +#define CONFIG_SYS_SH_SDHI2_BASE 0xEE160000 +#define CONFIG_SYS_SH_SDHI_NR_CHANNEL 3 + #endif /* __ASM_ARCH_R8A7794_H */ |