mmc: renesas-sdhi: Add R-Car Gen5 support

Add support for R-Car Gen5 SoCs into the driver.
The default quirk is identical to previous generation.

Signed-off-by: Hai Pham <hai.pham.ud@renesas.com>
Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org> # Tweak commit message
This commit is contained in:
Hai Pham
2025-10-27 17:40:01 +01:00
committed by Marek Vasut
parent 1b102d2fe1
commit 9535cdf0cb

View File

@@ -864,6 +864,7 @@ static const struct udevice_id renesas_sdhi_match[] = {
{ .compatible = "renesas,sdhi-r8a77990", .data = RENESAS_GEN3_QUIRKS },
{ .compatible = "renesas,sdhi-r8a77995", .data = RENESAS_GEN3_QUIRKS },
{ .compatible = "renesas,rcar-gen4-sdhi", .data = RENESAS_GEN3_QUIRKS },
{ .compatible = "renesas,rcar-gen5-sdhi", .data = RENESAS_GEN3_QUIRKS },
{ .compatible = "renesas,rzg2l-sdhi", .data = RENESAS_GEN3_QUIRKS },
{ /* sentinel */ }
};