]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
mmc: mtk-sd: enable async_fifo_crcsts on mt8189
authorDavid Lechner <dlechner@baylibre.com>
Tue, 21 Apr 2026 14:24:05 +0000 (09:24 -0500)
committerDavid Lechner <dlechner@baylibre.com>
Tue, 28 Apr 2026 15:45:07 +0000 (10:45 -0500)
Enable the async_fifo_crcsts option for mediatek,mt8189-mmc compatible.

Without this option, writing will fail in HS200 mode.

Fixes: b3d16267b509 ("mmc: mtk-sd: add mediatek,mt8189-mmc compatible")
Reviewed-by: Julien Stephan <jstephan@baylibre.com>
Tested-by: Julien Stephan <jstephan@baylibre.com>
Link: https://patch.msgid.link/20260421-mmc-mtk-sd-fixes-v1-2-5b840c546af2@baylibre.com
Signed-off-by: David Lechner <dlechner@baylibre.com>
drivers/mmc/mtk-sd.c

index d2472ae7efec0b588b3809784dec61e5e5e413fc..616cf3f360f3e56ae9a9101ae00cac896ece5c2f 100644 (file)
@@ -1983,6 +1983,7 @@ static const struct msdc_compatible mt8189_compat = {
        .clk_div_bits = 12,
        .pad_tune0 = true,
        .async_fifo = true,
+       .async_fifo_crcsts = true,
        .data_tune = true,
        .busy_check = true,
        .stop_clk_fix = true,