All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] net: sh_eth: Add remaining Gen2 DT compatible
@ 2018-04-12 19:54 Marek Vasut
  2018-04-13 19:40 ` Joe Hershberger
  2018-04-15  4:16 ` [U-Boot] " Joe Hershberger
  0 siblings, 2 replies; 7+ messages in thread
From: Marek Vasut @ 2018-04-12 19:54 UTC (permalink / raw)
  To: u-boot

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 | 3 +++
 1 file changed, 3 insertions(+)

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" },
 	{ }
 };
 
-- 
2.16.2

^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2018-04-15 20:01 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-04-12 19:54 [U-Boot] [PATCH] net: sh_eth: Add remaining Gen2 DT compatible Marek Vasut
2018-04-13 19:40 ` Joe Hershberger
2018-04-15  4:16 ` [U-Boot] " Joe Hershberger
2018-04-15  8:38   ` Marek Vasut
2018-04-15 16:26     ` Joe Hershberger
2018-04-15 17:32       ` Tom Rini
2018-04-15 20:01         ` Marek Vasut

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.