commit | 359c176de550be54805e762d296a9fec3dc24d63 | [log] [tgz] |
---|---|---|
author | Yann Gautier <yann.gautier@foss.st.com> | Tue Sep 13 13:23:46 2022 +0200 |
committer | Jaehoon Chung <jh80.chung@samsung.com> | Mon Oct 24 18:02:15 2022 +0900 |
tree | 7ec266aab81bfe239cf51d88851ef826e621c006 | |
parent | 27fbce4326a4d2134791784e054c7acb62ee6761 [diff] |
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>