diff options
| author | Neil Armstrong <[email protected]> | 2018-09-10 16:44:14 +0200 |
|---|---|---|
| committer | Neil Armstrong <[email protected]> | 2018-11-26 14:40:10 +0100 |
| commit | ec353ad1b6f66832f641f7ab00c3ee9bbf0d31ff (patch) | |
| tree | 26925139a1302c9e4875f899299d8a98883d0f1b | |
| parent | 3e3f70105988f668d48b0a24c176ac349dad9eff (diff) | |
net: designware: add meson meson gxbb compatible
Add the compatible string for the Amlogic GXBB SoC family.
Signed-off-by: Neil Armstrong <[email protected]>
| -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 19db0a8114a..cdcc03f45e9 100644 --- a/drivers/net/designware.c +++ b/drivers/net/designware.c @@ -838,6 +838,7 @@ static const struct udevice_id designware_eth_ids[] = { { .compatible = "altr,socfpga-stmmac" }, { .compatible = "amlogic,meson6-dwmac" }, { .compatible = "amlogic,meson-gx-dwmac" }, + { .compatible = "amlogic,meson-gxbb-dwmac" }, { .compatible = "st,stm32-dwmac" }, { } }; |
