
Add the compatibles to align with the kernel.
Signed-off-by: Wenyou Yang wenyou.yang@atmel.com Acked-by: Joe Hershberger joe.hershberger@ni.com
---
Changes in v3: - Incorporate [PATCH] net: macb: align the compatibles with kernel. - Rebase on the latest commit (db40c1aa1c10) of master branch of u-boot-net. - Add Acked-by tag.
Changes in v2: None
drivers/net/macb.c | 4 ++++ 1 file changed, 4 insertions(+)
diff --git a/drivers/net/macb.c b/drivers/net/macb.c index a4c6bd0ee6..7d045c90c5 100644 --- a/drivers/net/macb.c +++ b/drivers/net/macb.c @@ -1095,6 +1095,10 @@ static int macb_eth_ofdata_to_platdata(struct udevice *dev)
static const struct udevice_id macb_eth_ids[] = { { .compatible = "cdns,macb" }, + { .compatible = "cdns,at91sam9260-macb" }, + { .compatible = "atmel,sama5d2-gem" }, + { .compatible = "atmel,sama5d3-gem" }, + { .compatible = "atmel,sama5d4-gem" }, { } };