
19 Jun
2019
19 Jun
'19
6:01 a.m.
We have a separate compatible string for MACB ethernet on SiFive Unleashed so this patch adds the SiFive MACB compatible string to the MACB ethernet driver.
Signed-off-by: Anup Patel anup.patel@wdc.com --- drivers/net/macb.c | 1 + 1 file changed, 1 insertion(+)
diff --git a/drivers/net/macb.c b/drivers/net/macb.c index c5560a7111..383c37d8e6 100644 --- a/drivers/net/macb.c +++ b/drivers/net/macb.c @@ -1225,6 +1225,7 @@ static const struct udevice_id macb_eth_ids[] = { { .compatible = "atmel,sama5d3-gem" }, { .compatible = "atmel,sama5d4-gem" }, { .compatible = "cdns,zynq-gem" }, + { .compatible = "sifive,fu540-macb" }, { } };
--
2.17.1