]> git.sur5r.net Git - u-boot/commitdiff
net: sh_eth: Add remaining Gen2 DT compatible
authorMarek Vasut <marek.vasut+renesas@gmail.com>
Thu, 12 Apr 2018 13:23:46 +0000 (15:23 +0200)
committerMarek Vasut <marex@denx.de>
Fri, 13 Apr 2018 21:41:44 +0000 (23:41 +0200)
Add compatible strings for R8A7790, R8A7793 and R8A7794, since the
contemporary DTs use those don't have a generic match value.

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

index e3416f33911788733814990dffdc2ad1cff3a04f..cb3970e051e8701d01c1ec5421894c0ec2d75a5f 100644 (file)
@@ -906,7 +906,10 @@ int sh_ether_ofdata_to_platdata(struct udevice *dev)
 }
 
 static const struct udevice_id sh_ether_ids[] = {
+       { .compatible = "renesas,ether-r8a7790" },
        { .compatible = "renesas,ether-r8a7791" },
+       { .compatible = "renesas,ether-r8a7793" },
+       { .compatible = "renesas,ether-r8a7794" },
        { }
 };