From ce99d0c86b32ecc2946e36456695a8aad83ea15e Mon Sep 17 00:00:00 2001 From: Oleksij Rempel Date: Tue, 15 Oct 2019 11:33:46 +0200 Subject: mci: add support for stm32mp sd/mmc controller This driver was ported from u-boot v2019.10. Instead of devicetree compatible it is using ARM AMBA id. So, there is no need to patch devicetree with different compatible as it was implemented in u-boot. Signed-off-by: Oleksij Rempel Signed-off-by: Sascha Hauer --- drivers/mci/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'drivers/mci/Makefile') diff --git a/drivers/mci/Makefile b/drivers/mci/Makefile index 25a1d073dc..04c1287fee 100644 --- a/drivers/mci/Makefile +++ b/drivers/mci/Makefile @@ -14,3 +14,4 @@ obj-$(CONFIG_MCI_TEGRA) += tegra-sdmmc.o obj-$(CONFIG_MCI_SPI) += mci_spi.o obj-$(CONFIG_MCI_DW) += dw_mmc.o obj-$(CONFIG_MCI_MMCI) += mmci.o +obj-$(CONFIG_MCI_STM32_SDMMC2) += stm32_sdmmc2.o -- cgit v1.2.3