usb: dwc3: meson-gxl: add AXG compatible
authorNeil Armstrong <narmstrong@baylibre.com>
Fri, 17 Sep 2021 07:37:01 +0000 (09:37 +0200)
committerNeil Armstrong <narmstrong@baylibre.com>
Thu, 7 Oct 2021 08:14:50 +0000 (10:14 +0200)
Upstream Linux uses the "amlogic,meson-axg-usb-ctrl" for AXG SoCs.

This adds it to the compatible list for this driver.

Reported-by: Vyacheslav Bocharov <adeep@lexina.in>
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
Tested-by: Vyacheslav Bocharov <adeep@lexina.in>
drivers/usb/dwc3/dwc3-meson-gxl.c

index 7c26290..6c6d463 100644 (file)
@@ -409,6 +409,7 @@ static int dwc3_meson_gxl_remove(struct udevice *dev)
 }
 
 static const struct udevice_id dwc3_meson_gxl_ids[] = {
+       { .compatible = "amlogic,meson-axg-usb-ctrl" },
        { .compatible = "amlogic,meson-gxl-usb-ctrl" },
        { .compatible = "amlogic,meson-gxm-usb-ctrl" },
        { }