From: Marek Vasut Date: Sat, 21 Oct 2017 09:33:20 +0000 (+0200) Subject: mmc: uniphier-sd: Add R8A77995 D3 compatible X-Git-Tag: v2018.01-rc2~13^2~4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=af098530e5abe424df99e8bc454353bce80cc696;p=platform%2Fkernel%2Fu-boot.git mmc: uniphier-sd: Add R8A77995 D3 compatible Add new compatible to the Uniphier SD driver for R8A77995 D3 SoC. Signed-off-by: Marek Vasut Cc: Masahiro Yamada Cc: Nobuhiro Iwamatsu --- diff --git a/drivers/mmc/uniphier-sd.c b/drivers/mmc/uniphier-sd.c index 4d287ef..741f9df 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 */ } };