This patches series brings updates for SDMMC nodes on STM32MP13 (max frequency, pins slew-rates, sleep pins, and controller version). The sdmmc2 node is also added as STM32MP13 embeds 2 SDMMC controllers. The compatible for sdmmc nodes is also updated for both STM32MP13 and STM32MP15, to align with bootloaders DT, and after arm,pl18x.yaml has been updated [1]. [1] commit 552bc46484b3 ("dt-bindings: mmc: mmci: Add st,stm32-sdmmc2 compatible") Gerald Baeza (1): ARM: dts: stm32: update sdmmc slew-rate in stm32mp13 pinctrl Yann Gautier (9): ARM: dts: stm32: add st,stm32-sdmmc2 compatible on stm32mp151 ARM: dts: stm32: add st,stm32-sdmmc2 compatible on stm32mp131 ARM: dts: stm32: increase SDMMC max-frequency for STM32MP13 ARM: dts: stm32: update SDMMC clock slew-rate on STM32MP135F-DK board ARM: dts: stm32: add sdmmc sleep pins for STM32MP13 ARM: dts: stm32: add sdmmc sleep config for STM32MP135F-DK ARM: dts: stm32: update SDMMC version for STM32MP13 ARM: dts: stm32: add SDMMC2 in STM32MP13 DT ARM: dts: stm32: add sdmmc2 pins for STM32MP13 arch/arm/boot/dts/stm32mp13-pinctrl.dtsi | 81 ++++++++++++++++++++---- arch/arm/boot/dts/stm32mp131.dtsi | 20 +++++- arch/arm/boot/dts/stm32mp135f-dk.dts | 7 +- arch/arm/boot/dts/stm32mp151.dtsi | 6 +- 4 files changed, 94 insertions(+), 20 deletions(-) -- 2.17.1