Commit d6eb25c2f168523f4541c1e4ad5568b0999e6148

Authored by Marek Vasut
Committed by Marek Vasut
1 parent 76ed8f0542

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>

Showing 1 changed file with 1 additions and 0 deletions Side-by-side Diff

drivers/mmc/uniphier-sd.c
... ... @@ -854,6 +854,7 @@
854 854 { .compatible = "renesas,sdhi-r8a7794", .data = 0 },
855 855 { .compatible = "renesas,sdhi-r8a7795", .data = UNIPHIER_SD_CAP_64BIT },
856 856 { .compatible = "renesas,sdhi-r8a7796", .data = UNIPHIER_SD_CAP_64BIT },
  857 + { .compatible = "renesas,sdhi-r8a77965", .data = UNIPHIER_SD_CAP_64BIT },
857 858 { .compatible = "renesas,sdhi-r8a77970", .data = UNIPHIER_SD_CAP_64BIT },
858 859 { .compatible = "renesas,sdhi-r8a77995", .data = UNIPHIER_SD_CAP_64BIT },
859 860 { .compatible = "socionext,uniphier-sdhc", .data = 0 },