]> Git Repo - u-boot.git/commitdiff
mmc: renesas-sdhi: Add R8A77990 E3 compatible
authorMarek Vasut <[email protected]>
Thu, 26 Apr 2018 11:19:29 +0000 (13:19 +0200)
committerMarek Vasut <[email protected]>
Fri, 1 Jun 2018 07:47:02 +0000 (09:47 +0200)
Add new compatible to the Uniphier SD driver for R8A77990 E3 SoC.

Signed-off-by: Marek Vasut <[email protected]>
Cc: Masahiro Yamada <[email protected]>
Cc: Nobuhiro Iwamatsu <[email protected]>
drivers/mmc/renesas-sdhi.c

index 62577895eee1ebf34576a1955921409db5b1b35f..ecdb088ac4d9d800ce1af58c939884683b064fbe 100644 (file)
@@ -323,6 +323,7 @@ static const struct udevice_id renesas_sdhi_match[] = {
        { .compatible = "renesas,sdhi-r8a7796", .data = RENESAS_GEN3_QUIRKS },
        { .compatible = "renesas,sdhi-r8a77965", .data = RENESAS_GEN3_QUIRKS },
        { .compatible = "renesas,sdhi-r8a77970", .data = RENESAS_GEN3_QUIRKS },
+       { .compatible = "renesas,sdhi-r8a77990", .data = RENESAS_GEN3_QUIRKS },
        { .compatible = "renesas,sdhi-r8a77995", .data = RENESAS_GEN3_QUIRKS },
        { /* sentinel */ }
 };
This page took 0.033523 seconds and 4 git commands to generate.