diff options
author | Neil Armstrong | 2018-11-08 17:16:11 +0100 |
---|---|---|
committer | Neil Armstrong | 2018-11-26 14:40:10 +0100 |
commit | 71a38a8e8e2828a3e1165585e134802be8ee05a7 (patch) | |
tree | 775abfd704703cce98bd5a93d0dfcc0c969a3984 | |
parent | ec353ad1b6f66832f641f7ab00c3ee9bbf0d31ff (diff) |
net: designware: add meson meson axg compatible
Add the compatible string for the upcoming Amlogic AXG SoC family.
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
-rw-r--r-- | drivers/net/designware.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/designware.c b/drivers/net/designware.c index cdcc03f45e9..4fa26abc1b8 100644 --- a/drivers/net/designware.c +++ b/drivers/net/designware.c @@ -839,6 +839,7 @@ static const struct udevice_id designware_eth_ids[] = { { .compatible = "amlogic,meson6-dwmac" }, { .compatible = "amlogic,meson-gx-dwmac" }, { .compatible = "amlogic,meson-gxbb-dwmac" }, + { .compatible = "amlogic,meson-axg-dwmac" }, { .compatible = "st,stm32-dwmac" }, { } }; |