summaryrefslogtreecommitdiffstats
path: root/drivers/net/macb.c
diff options
context:
space:
mode:
authorAhmad Fatoum <a.fatoum@pengutronix.de>2023-01-09 14:08:15 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2023-01-12 15:52:20 +0100
commit2ccdea1ab241193871281aff5768b55f88c40f44 (patch)
treec61627236ed6808bd6dfb306da0393df9dcd3c13 /drivers/net/macb.c
parent98d6c67cf011c80f6dfa44dc4845911e26992e18 (diff)
downloadbarebox-2ccdea1ab241193871281aff5768b55f88c40f44.tar.gz
barebox-2ccdea1ab241193871281aff5768b55f88c40f44.tar.xz
net: macb: match atmel,sama5d4-gem compatible
After adjustments for SAMA5D2, driver readily works on SAMA5D4 if we have the appropriate of_device_id entry. Add it. Acked-by: Sam Ravnborg <sam@ravnborg.org> Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de> Link: https://lore.barebox.org/20230109130822.1657470-5-a.fatoum@pengutronix.de Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'drivers/net/macb.c')
-rw-r--r--drivers/net/macb.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/macb.c b/drivers/net/macb.c
index 29d62b4f10..3d7627fed8 100644
--- a/drivers/net/macb.c
+++ b/drivers/net/macb.c
@@ -935,6 +935,7 @@ static const struct of_device_id macb_dt_ids[] = {
{ .compatible = "cdns,at91sam9260-macb",},
{ .compatible = "atmel,sama5d2-gem",},
{ .compatible = "atmel,sama5d3-gem",},
+ { .compatible = "atmel,sama5d4-gem",},
{ .compatible = "cdns,zynq-gem",},
{ .compatible = "cdns,zynqmp-gem",},
{ .compatible = "sifive,fu540-c000-gem", .data = &fu540_c000_config },