
From: Patrice Chotard patrice.chotard@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(-)