Re: [PATCH 4/7] mmc: msm_sdhci: use a more sensible default clock rate

2024-04-10 Thread Neil Armstrong
Hi, On 09/04/2024 20:03, Caleb Connolly wrote: 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 --- drivers/mmc/msm_sdhci.c | 2 +- 1 file ch

[PATCH 4/7] mmc: msm_sdhci: use a more sensible default clock rate

2024-04-09 Thread Caleb Connolly
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 --- drivers/mmc/msm_sdhci.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/d