diff options
| author | Tom Rini <[email protected]> | 2018-03-05 20:24:17 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2018-03-05 20:24:17 -0500 |
| commit | 81f077f40f80eb431bfec88c9fe2a7da3efa8e5f (patch) | |
| tree | 5910c7c388c33accdbddb9862250f165c83e9313 /drivers/mmc | |
| parent | 3cbd5ff18d099bdb5256a67ea10ea187adb77f14 (diff) | |
| parent | b2c38dc3d3693578e8067ca2333ab3f6e6cc00d4 (diff) | |
Merge git://git.denx.de/u-boot-sh
Diffstat (limited to 'drivers/mmc')
| -rw-r--r-- | drivers/mmc/uniphier-sd.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mmc/uniphier-sd.c b/drivers/mmc/uniphier-sd.c index a080674c8aa..525b1702b96 100644 --- a/drivers/mmc/uniphier-sd.c +++ b/drivers/mmc/uniphier-sd.c @@ -854,6 +854,7 @@ static const struct udevice_id uniphier_sd_match[] = { { .compatible = "renesas,sdhi-r8a7794", .data = 0 }, { .compatible = "renesas,sdhi-r8a7795", .data = UNIPHIER_SD_CAP_64BIT }, { .compatible = "renesas,sdhi-r8a7796", .data = UNIPHIER_SD_CAP_64BIT }, + { .compatible = "renesas,sdhi-r8a77965", .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 }, |
