projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
76ed8f0
)
mmc: uniphier-sd: Add R8A77965 M3N entries
author
Marek Vasut
<marek.vasut+renesas@gmail.com>
Mon, 26 Feb 2018 09:35:15 +0000
(10:35 +0100)
committer
Marek Vasut
<marex@denx.de>
Mon, 5 Mar 2018 09:59:37 +0000
(10:59 +0100)
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>
drivers/mmc/uniphier-sd.c
patch
|
blob
|
history
diff --git
a/drivers/mmc/uniphier-sd.c
b/drivers/mmc/uniphier-sd.c
index a080674c8aa247dc55167f80ad12c2d2cd91969b..525b1702b965b5f821a00add47d18b4bdc09da3d 100644
(file)
--- 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 },