Thanks Kevin,

Richard mentioned we were seeing boot issues on my latest kernel updates
with the beaglebone.

This definitely looks like it could be related.

Bruce

In message: [kernel-meta yocto-5.8&master] beaglebone: Switch to sdhci-omap 
driver
on 22/09/2020 Kevin Hao wrote:

> 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 (#9081): 
https://lists.yoctoproject.org/g/linux-yocto/message/9081
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]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to