]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
mmc: renesas_sdhi: add R-Car M3Le compatibility string
authorMarek Vasut <marek.vasut+renesas@mailbox.org>
Mon, 4 May 2026 14:43:24 +0000 (16:43 +0200)
committerUlf Hansson <ulf.hansson@linaro.org>
Mon, 11 May 2026 14:57:14 +0000 (16:57 +0200)
Add support for the SD Card/MMC Interface in the Renesas R-Car M3Le
(R8A779MD) SoC. R19UH0260EJ0100 Rev.1.00 , Dec 25, 2025 Notes 7.70.
indicates that HS400 mode is not supported.

Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/host/renesas_sdhi_internal_dmac.c

index f6ebb7bc7ede1f4d69260d09d9d85fdf0606a034..b716a518f265081690f71c163a24b0c58e19d706 100644 (file)
@@ -285,6 +285,7 @@ static const struct of_device_id renesas_sdhi_internal_dmac_of_match[] = {
        { .compatible = "renesas,sdhi-r8a77970", .data = &of_r8a77970_compatible, },
        { .compatible = "renesas,sdhi-r8a77990", .data = &of_r8a77990_compatible, },
        { .compatible = "renesas,sdhi-r8a77995", .data = &of_rcar_gen3_nohs400_compatible, },
+       { .compatible = "renesas,sdhi-r8a779md", .data = &of_rcar_gen3_nohs400_compatible, },
        { .compatible = "renesas,sdhi-r9a09g011", .data = &of_rzg2l_compatible, },
        { .compatible = "renesas,sdhi-r9a09g057", .data = &of_rzg2l_compatible, },
        { .compatible = "renesas,rzg2l-sdhi", .data = &of_rzg2l_compatible, },