Kernel crash when sdmmc1 / sdmmc2 nodes are disabled in DT
We are using the STM32MP15-ecosystem-v2.0.0 on an EV1 board.We need to disable the sdmmc1 / sdmmc2 nodes in the DT, so we are adding the following at the end stm32mp157c-ev1.dts:&sdmmc1 { status = "disabled"; }; &sdmmc2 { status = "disabled...