]> git.dujemihanovic.xyz Git - u-boot.git/commit
mmc: msm_sdhci: enable vqmmc at probe if available
authorNeil Armstrong <neil.armstrong@linaro.org>
Wed, 16 Oct 2024 09:17:16 +0000 (11:17 +0200)
committerCaleb Connolly <caleb.connolly@linaro.org>
Wed, 20 Nov 2024 16:57:57 +0000 (17:57 +0100)
commit615dfe1aeaf6e536a123cd79f6fcbe47efe5ff07
treebe421c3c6689f3a43c938806475a10ea9de58cda
parentab76484cf24d206aadcc5caac7e590606df41963
mmc: msm_sdhci: enable vqmmc at probe if available

On earlier platforms, the vqmmc regulator was enabled by the
previous bootloader, but on the newest (SM8650) it's not
and we need vqmmc to be enabled in order to have the card
to respond.

Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
Reviewed-by: Jaehoon Chung <jh80.chung@samsung.com>
Reviewed-by: Caleb Connolly <caleb.connolly@linaro.org>
drivers/mmc/msm_sdhci.c