Due to the change in the kernel commit 0b4edf111870 ("ARM: dts: Move
am33xx and am43xx mmc nodes to sdhci-omap driver"), we need to switch
the mmc controller driver to sdhci-omap.Signed-off-by: Kevin Hao <[email protected]> --- bsp/beaglebone/beaglebone.cfg | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/bsp/beaglebone/beaglebone.cfg b/bsp/beaglebone/beaglebone.cfg index a4be841a8e70..0e465bcb0da1 100644 --- a/bsp/beaglebone/beaglebone.cfg +++ b/bsp/beaglebone/beaglebone.cfg @@ -261,7 +261,6 @@ CONFIG_USB_GADGET=y # CONFIG_USB_G_NCM=m CONFIG_USB_MASS_STORAGE=m -CONFIG_MMC=y # # MMC/SD/SDIO Card Drivers @@ -271,8 +270,10 @@ CONFIG_SDIO_UART=y # # MMC/SD/SDIO Host Controller Drivers # -CONFIG_MMC_OMAP=y -CONFIG_MMC_OMAP_HS=y +CONFIG_MMC=y +CONFIG_MMC_SDHCI=y +CONFIG_MMC_SDHCI_PLTFM=y +CONFIG_MMC_SDHCI_OMAP=y CONFIG_NEW_LEDS=y # -- 2.26.2
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#9080): https://lists.yoctoproject.org/g/linux-yocto/message/9080 Mute This Topic: https://lists.yoctoproject.org/mt/77005997/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/linux-yocto/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
