
On 11.04.19 04:56, Pierre Bourdon wrote:
Enable DM_MMC for compliance with the driver model migration.
Signed-off-by: Pierre Bourdon delroth@gmail.com Cc: Marek Behun marek.behun@nic.cz
configs/turris_omnia_defconfig | 1 + 1 file changed, 1 insertion(+)
diff --git a/configs/turris_omnia_defconfig b/configs/turris_omnia_defconfig index c406b25753..fd9dc5a61b 100644 --- a/configs/turris_omnia_defconfig +++ b/configs/turris_omnia_defconfig @@ -42,6 +42,7 @@ CONFIG_SCSI_AHCI=y CONFIG_ATSHA204A=y CONFIG_MMC_SDHCI=y CONFIG_MMC_SDHCI_MV=y +CONFIG_DM_MMC=y CONFIG_SPI_FLASH=y CONFIG_PHY_MARVELL=y CONFIG_PHY_GIGE=y
With the new DM enabled MMC driver (thanks again), we should probably better select DM_MMC in arch/arm/Kconfig for ARCH_MVEBU. This way, all those boards will get moved to the new driver version.
What do you think?
Thanks, Stefan