[U-Boot] [PATCH] net: macb: align the compatibles with kernel
Wenyou Yang
wenyou.yang at atmel.com
Thu Mar 23 04:54:20 UTC 2017
Add the compatibles to align with the kernel.
Signed-off-by: Wenyou Yang <wenyou.yang at atmel.com>
---
drivers/net/macb.c | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/drivers/net/macb.c b/drivers/net/macb.c
index 402e866817..924df7e745 100644
--- a/drivers/net/macb.c
+++ b/drivers/net/macb.c
@@ -1083,6 +1083,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" },
{ }
};
--
2.11.0
More information about the U-Boot
mailing list