]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
net: ravb: Add R8A77970 V3M compatible
authorMarek Vasut <marek.vasut+renesas@gmail.com>
Sat, 21 Oct 2017 09:33:17 +0000 (11:33 +0200)
committerMarek Vasut <marex@denx.de>
Sat, 9 Dec 2017 12:36:26 +0000 (13:36 +0100)
Add new compatible to the Ethernet AVB driver for R8A77970 V3M SoC.

Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com>
Cc: Joe Hershberger <joe.hershberger@ni.com>
Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
drivers/net/ravb.c

index 26d95f178f794c4dc29dde3c5223a77cc63c358c..d82a954f0c555f1285020a9810b7fba73ea75dc3 100644 (file)
@@ -652,6 +652,7 @@ int ravb_ofdata_to_platdata(struct udevice *dev)
 static const struct udevice_id ravb_ids[] = {
        { .compatible = "renesas,etheravb-r8a7795" },
        { .compatible = "renesas,etheravb-r8a7796" },
+       { .compatible = "renesas,etheravb-r8a77970" },
        { .compatible = "renesas,etheravb-rcar-gen3" },
        { }
 };