net: designware: meson8b: add g12a compatible
Add support for the Meson G12A dwmac glue compatible needed after Linux 5.12 sync. Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
This commit is contained in:
parent
81d0edafd9
commit
4c2eb955cf
@ -148,6 +148,7 @@ static int dwmac_meson8b_probe(struct udevice *dev)
|
||||
|
||||
static const struct udevice_id dwmac_meson8b_ids[] = {
|
||||
{ .compatible = "amlogic,meson-gxbb-dwmac", .data = (ulong)dwmac_setup_gx },
|
||||
{ .compatible = "amlogic,meson-g12a-dwmac", .data = (ulong)dwmac_setup_axg },
|
||||
{ .compatible = "amlogic,meson-axg-dwmac", .data = (ulong)dwmac_setup_axg },
|
||||
{ }
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user