mmc: stm32_sdmmc2: manage vqmmc
authorYann Gautier <yann.gautier@foss.st.com>
Tue, 13 Sep 2022 11:23:46 +0000 (13:23 +0200)
committerJaehoon Chung <jh80.chung@samsung.com>
Mon, 24 Oct 2022 09:02:15 +0000 (18:02 +0900)
commit359c176de550be54805e762d296a9fec3dc24d63
tree7ec266aab81bfe239cf51d88851ef826e621c006
parent27fbce4326a4d2134791784e054c7acb62ee6761
mmc: stm32_sdmmc2: manage vqmmc

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 their DT.

Signed-off-by: Yann Gautier <yann.gautier@foss.st.com>
Reviewed-by: Jaehoon Chung <jh80.chung@samsung.com>
drivers/mmc/stm32_sdmmc2.c