From eee20f813272c2e731ba5f88c4eb099705894534 Mon Sep 17 00:00:00 2001 From: Patrice Chotard Date: Tue, 21 Feb 2017 13:37:09 +0100 Subject: STiH410: Add STi SDHCI driver Add SDHCI host controller found on STMicroelectronics SoCs On some ST SoCs, i.e. STiH407/STiH410, the MMC devices can live inside a dedicated flashSS sub-system that provides an extend subset of registers that can be used to configure the Arasan MMC/SD Host Controller. This means, that the SDHCI Arasan Controller can be configured to be eMMC4.5 or 4.3 spec compliant. W/o these settings the SDHCI will configure and use the MMC/SD controller with limited features e.g. PIO mode, no DMA, no HS etc. Signed-off-by: Patrice Chotard Reviewed-by: Simon Glass Reviewed-by: Jaehoon Chung --- arch/arm/Kconfig | 2 ++ 1 file changed, 2 insertions(+) (limited to 'arch/arm/Kconfig') diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index bde969db03..20434dc0cc 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -1098,6 +1098,8 @@ config ARCH_STI select CPU_V7 select DM select DM_SERIAL + select BLK + select DM_MMC help Support for STMicroelectronics STiH407/10 SoC family. This SoC is used on Linaro 96Board STiH410-B2260 -- cgit