From: Marek Vasut Date: Thu, 12 Apr 2018 13:23:46 +0000 (+0200) Subject: net: sh_eth: Add remaining Gen2 DT compatible X-Git-Tag: v2018.05-rc2~11^2~8 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=d526801bf4b7ae25f0379e1584b28636635de617;hp=cc64a515465686becc8a991f3e340e8a54496043;p=u-boot net: sh_eth: Add remaining Gen2 DT compatible 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 Cc: Nobuhiro Iwamatsu Cc: Joe Hershberger --- diff --git a/drivers/net/sh_eth.c b/drivers/net/sh_eth.c index e3416f3391..cb3970e051 100644 --- a/drivers/net/sh_eth.c +++ b/drivers/net/sh_eth.c @@ -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" }, { } };