Skip to content

Commit c16a854

Browse files
bijudasstorulf
authored andcommitted
mmc: renesas_sdhi: Add r8a7743/5 support
Add support for r8a7743/5 SoC.Renesas RZ/G1[ME] (R8A7743/5) SDHI is identical to the R-Car Gen2 family. Signed-off-by: Biju Das <[email protected]> Acked-by: Simon Horman <[email protected]> Signed-off-by: Ulf Hansson <[email protected]>
1 parent 795c633 commit c16a854

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

drivers/mmc/host/renesas_sdhi_sys_dmac.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,8 @@ static const struct of_device_id renesas_sdhi_sys_dmac_of_match[] = {
9898
{ .compatible = "renesas,sdhi-r7s72100", .data = &of_rz_compatible, },
9999
{ .compatible = "renesas,sdhi-r8a7778", .data = &of_rcar_gen1_compatible, },
100100
{ .compatible = "renesas,sdhi-r8a7779", .data = &of_rcar_gen1_compatible, },
101+
{ .compatible = "renesas,sdhi-r8a7743", .data = &of_rcar_gen2_compatible, },
102+
{ .compatible = "renesas,sdhi-r8a7745", .data = &of_rcar_gen2_compatible, },
101103
{ .compatible = "renesas,sdhi-r8a7790", .data = &of_rcar_gen2_compatible, },
102104
{ .compatible = "renesas,sdhi-r8a7791", .data = &of_rcar_gen2_compatible, },
103105
{ .compatible = "renesas,sdhi-r8a7792", .data = &of_rcar_gen2_compatible, },

0 commit comments

Comments
 (0)