summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorNeil Armstrong <narmstrong@baylibre.com>2021-09-17 10:37:01 +0300
committerNeil Armstrong <narmstrong@baylibre.com>2021-10-07 11:14:50 +0300
commitc7c085858616152fcab804bd8c14350ce181d241 (patch)
treec0cff7f9f545cc30422aa3e58d42fdfc60d8bbf9 /drivers
parent2e8d47c641aa951c8d8a7f401e2c652af1355f28 (diff)
downloadu-boot-c7c085858616152fcab804bd8c14350ce181d241.tar.xz
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 <adeep@lexina.in> Signed-off-by: Neil Armstrong <narmstrong@baylibre.com> Tested-by: Vyacheslav Bocharov <adeep@lexina.in>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/usb/dwc3/dwc3-meson-gxl.c1
1 files changed, 1 insertions, 0 deletions
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" },
{ }