From: Neil Armstrong Date: Fri, 17 Sep 2021 07:37:01 +0000 (+0200) Subject: usb: dwc3: meson-gxl: add AXG compatible X-Git-Url: http://git.dujemihanovic.xyz/login.html?a=commitdiff_plain;h=c7c085858616152fcab804bd8c14350ce181d241;p=u-boot.git usb: dwc3: meson-gxl: add AXG compatible 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 Signed-off-by: Neil Armstrong Tested-by: Vyacheslav Bocharov --- diff --git a/drivers/usb/dwc3/dwc3-meson-gxl.c b/drivers/usb/dwc3/dwc3-meson-gxl.c index 7c26290c15..6c6d463203 100644 --- a/drivers/usb/dwc3/dwc3-meson-gxl.c +++ b/drivers/usb/dwc3/dwc3-meson-gxl.c @@ -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" }, { }