From: Marek Vasut Date: Sat, 21 Oct 2017 09:35:49 +0000 (+0200) Subject: net: ravb: Add R8A77995 D3 compatible X-Git-Tag: v2018.01-rc2~13^2~2 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=9e4a63736e50e99134e04321e7e6bdd2e5d7d694;p=u-boot net: ravb: Add R8A77995 D3 compatible Add new compatible to the Ethernet AVB driver for R8A77995 D3 SoC. Signed-off-by: Marek Vasut Cc: Joe Hershberger Cc: Nobuhiro Iwamatsu --- diff --git a/drivers/net/ravb.c b/drivers/net/ravb.c index d82a954f0c..dc743e113d 100644 --- a/drivers/net/ravb.c +++ b/drivers/net/ravb.c @@ -653,6 +653,7 @@ static const struct udevice_id ravb_ids[] = { { .compatible = "renesas,etheravb-r8a7795" }, { .compatible = "renesas,etheravb-r8a7796" }, { .compatible = "renesas,etheravb-r8a77970" }, + { .compatible = "renesas,etheravb-r8a77995" }, { .compatible = "renesas,etheravb-rcar-gen3" }, { } };