diff options
author | Tom Rini <trini@konsulko.com> | 2021-02-19 11:56:14 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2021-02-19 11:56:14 -0500 |
commit | a1a652e8016426e2d67148cab225cd5ec45189fb (patch) | |
tree | be761ff6a8b75f866ea2ff21195d843becfacbc7 /arch/arm | |
parent | 766927a7595a6f18fef460a06fdac370fd9e02cf (diff) | |
parent | 144d0574d5f3652008ef400e86cc66db5ef88736 (diff) |
Merge tag 'mmc-2021-2-19' of https://gitlab.denx.de/u-boot/custodians/u-boot-mmc
- mmc_spi improvement
- added mmc-pwrseq to remove duplicated code
- fix response timeout after switch command
- sdhci: skip cache invalidation if DMA is not used
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/mach-meson/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-meson/Kconfig b/arch/arm/mach-meson/Kconfig index 513a33dae2..6cba2c40dd 100644 --- a/arch/arm/mach-meson/Kconfig +++ b/arch/arm/mach-meson/Kconfig @@ -9,6 +9,7 @@ config MESON64_COMMON select SYSCON select REGMAP select PWRSEQ + select MMC_PWRSEQ select BOARD_LATE_INIT imply CMD_DM |