mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 23:24:38 +00:00
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>
This commit is contained in:
parent
2e8d47c641
commit
c7c0858586
1 changed files with 1 additions and 0 deletions
|
@ -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" },
|
||||
{ }
|
||||
|
|
Loading…
Reference in a new issue