]> git.dujemihanovic.xyz Git - u-boot.git/commit
mmc: msm_sdhci: use a more sensible default clock rate
authorCaleb Connolly <caleb.connolly@linaro.org>
Tue, 9 Apr 2024 18:03:03 +0000 (20:03 +0200)
committerCaleb Connolly <caleb.connolly@linaro.org>
Tue, 23 Apr 2024 11:29:08 +0000 (13:29 +0200)
commit86c6093327e8777ac896d5073cc5853205535e82
treea72e6cb53d60aa216016d0fddcd383a9ec969681
parentc2c1b03b49e64b1ce99755653680ce1b95348cad
mmc: msm_sdhci: use a more sensible default clock rate

We currently default to the lowest rate but this actually doesn't work
on most platforms. Default to the HS400 speed instead which is most
common on Qualcomm platforms.

Signed-off-by: Caleb Connolly <caleb.connolly@linaro.org>
drivers/mmc/msm_sdhci.c