|
@@ -849,6 +849,7 @@ 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 = "socionext,uniphier-sdhc", .data = 0 },
|
|
|
{ /* sentinel */ }
|
|
|
};
|