diff mbox series

[U-Boot,11/15] mmc: uniphier-sd: Add R8A77995 D3 compatible

Message ID 20171207143712.6434-11-marek.vasut+renesas@gmail.com
State Accepted
Commit af098530e5abe424df99e8bc454353bce80cc696
Delegated to: Marek Vasut
Headers show
Series [U-Boot,01/15] ARM: rmobile: Add R8A77970 SoC | expand

Commit Message

Marek Vasut Dec. 7, 2017, 2:37 p.m. UTC
Add new compatible to the Uniphier SD driver for R8A77995 D3 SoC.

Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com>
Cc: Masahiro Yamada <yamada.masahiro@socionext.com>
Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
---
 drivers/mmc/uniphier-sd.c | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/drivers/mmc/uniphier-sd.c b/drivers/mmc/uniphier-sd.c
index 4d287ef956..741f9dfd9c 100644
--- a/drivers/mmc/uniphier-sd.c
+++ b/drivers/mmc/uniphier-sd.c
@@ -850,6 +850,7 @@  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 = "renesas,sdhi-r8a77995", .data = UNIPHIER_SD_CAP_64BIT },
 	{ .compatible = "socionext,uniphier-sdhc", .data = 0 },
 	{ /* sentinel */ }
 };