summaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorLucas Stach <dev@lynxeye.de>2019-11-09 15:28:27 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2019-11-11 09:15:55 +0100
commit6a6278eb98783f7534e26d6be6045b4adc90c0e6 (patch)
tree6cac0a42925b449642b431f0499553fdfc86e418 /drivers
parent269b39454d5929e3352ab02761df63f0e2fbae79 (diff)
downloadbarebox-6a6278eb98783f7534e26d6be6045b4adc90c0e6.tar.gz
barebox-6a6278eb98783f7534e26d6be6045b4adc90c0e6.tar.xz
net: macb: add Zynq compatible
Add compatible for the GEM on the Zynq 7000 device. Signed-off-by: Lucas Stach <dev@lynxeye.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'drivers')
-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 df1e606454..4850e60c49 100644
--- a/drivers/net/macb.c
+++ b/drivers/net/macb.c
@@ -792,6 +792,7 @@ static const struct of_device_id macb_dt_ids[] = {
{ .compatible = "cdns,at91sam9260-macb",},
{ .compatible = "atmel,sama5d2-gem",},
{ .compatible = "atmel,sama5d3-gem",},
+ { .compatible = "cdns,zynq-gem",},
{ .compatible = "cdns,zynqmp-gem",},
{ /* sentinel */ }
};