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@xxxxxxxxx> --- Cc: Thomas Petazzoni <thomas.petazzoni@xxxxxxxxxxxxxxxxxx> Cc: Ezequiel Garcia <ezequiel@xxxxxxxxxxxxxxxxxxxx> Cc: barebox@xxxxxxxxxxxxxxxxxxx --- 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@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/barebox