]> Git Repo - linux.git/commitdiff
mmc: renesas_sdhi: Add r8a7743/5 support
authorBiju Das <[email protected]>
Tue, 29 Aug 2017 13:52:06 +0000 (14:52 +0100)
committerUlf Hansson <[email protected]>
Fri, 1 Sep 2017 13:31:01 +0000 (15:31 +0200)
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]>
drivers/mmc/host/renesas_sdhi_sys_dmac.c

index 160fbb22ca00b46849543e2da8d8f5576a14e591..df4465439e13c44245c136fb3e02f3eb81545e6f 100644 (file)
@@ -98,6 +98,8 @@ static const struct of_device_id renesas_sdhi_sys_dmac_of_match[] = {
        { .compatible = "renesas,sdhi-r7s72100", .data = &of_rz_compatible, },
        { .compatible = "renesas,sdhi-r8a7778", .data = &of_rcar_gen1_compatible, },
        { .compatible = "renesas,sdhi-r8a7779", .data = &of_rcar_gen1_compatible, },
+       { .compatible = "renesas,sdhi-r8a7743", .data = &of_rcar_gen2_compatible, },
+       { .compatible = "renesas,sdhi-r8a7745", .data = &of_rcar_gen2_compatible, },
        { .compatible = "renesas,sdhi-r8a7790", .data = &of_rcar_gen2_compatible, },
        { .compatible = "renesas,sdhi-r8a7791", .data = &of_rcar_gen2_compatible, },
        { .compatible = "renesas,sdhi-r8a7792", .data = &of_rcar_gen2_compatible, },
This page took 0.061346 seconds and 4 git commands to generate.