]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - drivers/mmc/uniphier-sd.c
mmc: uniphier-sd: Add R8A77995 D3 compatible
[people/ms/u-boot.git] / drivers / mmc / uniphier-sd.c
index 0d1203cb766ff0c045fc8e4857afe3e4ba60daf7..741f9dfd9cd45141e450357b2d8faa1b687bf42a 100644 (file)
@@ -849,6 +849,8 @@ static int uniphier_sd_probe(struct udevice *dev)
 static const struct udevice_id uniphier_sd_match[] = {
        { .compatible = "renesas,sdhi-r8a7795", .data = UNIPHIER_SD_CAP_64BIT },
        { .compatible = "renesas,sdhi-r8a7796", .data = UNIPHIER_SD_CAP_64BIT },
+       { .compatible = "renesas,sdhi-r8a77970", .data = UNIPHIER_SD_CAP_64BIT },
+       { .compatible = "renesas,sdhi-r8a77995", .data = UNIPHIER_SD_CAP_64BIT },
        { .compatible = "socionext,uniphier-sdhc", .data = 0 },
        { /* sentinel */ }
 };