[U-Boot] [PATCH 0/7] Add MMC support for STM32H7 discovery and evaluation
patrice.chotard at st.com
patrice.chotard at st.com
Tue Oct 3 13:54:55 UTC 2017
From: Patrice Chotard <patrice.chotard at st.com>
Add pinctrl and MMC nodes for both disco and eval boards
Enable filesystem related flags to read different type of SD/MMC partition
Fix drivers/mmc/Kconfig to remove obsolete DM_MMC_OPS flag
Patrice Chotard (7):
ARM: DTS: stm32: add SDMMC support for stm32h743 disco
ARM: DTS: stm32: add SDMMC support fo stm32h743-eval
dm: mmc: remove DM_MMC_OPS for STM32_SDMMC
configs: stm32h743-eval: enable SDMMC support
configs: stm32h743-disco: enable SDMMC support
configs: stm32h743-disco: enable filesystem related flags
configs: stm32h743-eval: enable filesystem related flags
arch/arm/dts/stm32h743-pinctrl.dtsi | 26 ++++++++++++++++++++++++++
arch/arm/dts/stm32h743.dtsi | 13 +++++++++++++
arch/arm/dts/stm32h743i-disco.dts | 9 +++++++++
arch/arm/dts/stm32h743i-eval.dts | 9 +++++++++
configs/stm32h743-disco_defconfig | 9 +++++++++
configs/stm32h743-eval_defconfig | 9 +++++++++
drivers/mmc/Kconfig | 2 +-
7 files changed, 76 insertions(+), 1 deletion(-)
--
1.9.1
More information about the U-Boot
mailing list