[PATCH 3/3] mmc: stm32_sdmmc2: manage vqmmc

2022-09-13 Thread Yann Gautier
The SDMMC IOs can be in an IO domain, that has to be enabled. This is done by enabling vqmmc in the driver. This has no impact on configurations not using an IO domain, the check can then be executed on all platforms managing regulator, and the vqmmc regulator enabled on all platforms having it in

Re: [PATCH 3/3] mmc: stm32_sdmmc2: manage vqmmc

2022-10-07 Thread Jaehoon Chung
On 9/13/22 20:23, Yann Gautier wrote: > The SDMMC IOs can be in an IO domain, that has to be enabled. > This is done by enabling vqmmc in the driver. > This has no impact on configurations not using an IO domain, the check > can then be executed on all platforms managing regulator, and the vqmmc