mirror of
https://xff.cz/git/u-boot/
synced 2025-09-25 04:21:18 +02:00
mmc: uniphier-sd: Add R8A77965 M3N entries
Add entries for the R8A77965 M3N SoC. Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> Cc: Jaehoon Chung <jh80.chung@samsung.com> Cc: Masahiro Yamada <yamada.masahiro@socionext.com>
This commit is contained in:
@@ -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 },
|
||||
|
Reference in New Issue
Block a user