mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] net: mvneta: add Armada XP compatible
@ 2015-10-08 21:20 Sebastian Hesselbarth
  2015-10-12  6:15 ` Sascha Hauer
  0 siblings, 1 reply; 2+ messages in thread
From: Sebastian Hesselbarth @ 2015-10-08 21:20 UTC (permalink / raw)
  To: Sebastian Hesselbarth; +Cc: Thomas Petazzoni, barebox, Ezequiel Garcia

Marvell NETA Network Engine found in Armada 370 and XP SoCs
also has a different compatible for Armada XP. Add the compatible
to the of_device_id list.

Signed-off-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
---
Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Cc: Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
Cc: barebox@lists.infradead.org
---
 drivers/net/mvneta.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/net/mvneta.c b/drivers/net/mvneta.c
index aab52c45deec..1690f3b576c7 100644
--- a/drivers/net/mvneta.c
+++ b/drivers/net/mvneta.c
@@ -761,6 +761,7 @@ static int mvneta_probe(struct device_d *dev)
 
 static struct of_device_id mvneta_dt_ids[] = {
 	{ .compatible = "marvell,armada-370-neta", },
+	{ .compatible = "marvell,armada-xp-neta" },
 	{ }
 };
 
-- 
2.1.0


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

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

end of thread, other threads:[~2015-10-12  6:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-10-08 21:20 [PATCH] net: mvneta: add Armada XP compatible Sebastian Hesselbarth
2015-10-12  6:15 ` Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox