* [PATCH] net: macb: Add compatible for atmel,sama5d3-gem
@ 2018-11-02 9:06 Sascha Hauer
0 siblings, 0 replies; only message in thread
From: Sascha Hauer @ 2018-11-02 9:06 UTC (permalink / raw)
To: Barebox List
The macb driver works with the gigabit MAC found on Atmel sama5d3 SoCs.
Add a compatible for it.
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
---
drivers/net/macb.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/net/macb.c b/drivers/net/macb.c
index b2957b7d29..1c5752d10e 100644
--- a/drivers/net/macb.c
+++ b/drivers/net/macb.c
@@ -728,6 +728,7 @@ static void macb_remove(struct device_d *dev)
static const struct of_device_id macb_dt_ids[] = {
{ .compatible = "cdns,at91sam9260-macb",},
+ { .compatible = "atmel,sama5d3-gem",},
{ /* sentinel */ }
};
--
2.19.1
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2018-11-02 9:07 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-11-02 9:06 [PATCH] net: macb: Add compatible for atmel,sama5d3-gem Sascha Hauer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox