diff mbox series

[v3,02/10] usb: dwc3: meson-gxl: add AXG compatible

Message ID 20210917073709.1052133-2-narmstrong@baylibre.com
State Accepted
Commit c7c085858616152fcab804bd8c14350ce181d241
Delegated to: Neil Armstrong
Headers show
Series [v3,01/10] ARM: meson: Sync Amlogic DT from Linux 5.14 | expand

Commit Message

Neil Armstrong Sept. 17, 2021, 7:37 a.m. UTC
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>
---
 drivers/usb/dwc3/dwc3-meson-gxl.c | 1 +
 1 file changed, 1 insertion(+)

Comments

Viacheslav Sept. 18, 2021, 9:08 a.m. UTC | #1
Tested-by: Vyacheslav Bocharov <adeep@lexina.in>

17.09.2021 10:37, Neil Armstrong пишет:
> 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>
> ---
>   drivers/usb/dwc3/dwc3-meson-gxl.c | 1 +
>   1 file changed, 1 insertion(+)
>
> diff --git a/drivers/usb/dwc3/dwc3-meson-gxl.c b/drivers/usb/dwc3/dwc3-meson-gxl.c
> index 08467d6210..b8f3886173 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" },
>   	{ }
diff mbox series

Patch

diff --git a/drivers/usb/dwc3/dwc3-meson-gxl.c b/drivers/usb/dwc3/dwc3-meson-gxl.c
index 08467d6210..b8f3886173 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" },
 	{ }