[PATCH 2/2] usb: dwc3: of-simple: add i.MX8MP compatible
Lucas Stach
l.stach at pengutronix.de
Tue Apr 12 12:52:41 PDT 2022
The DWC3 DT node in the i.MX8MP is contained in a wrapper node for
the glue logic. Linux uses this wrapper for wakeup handling, but we
don't need this functionality in Barebox, so we can just handle it
with the of-simple DWC3 driver.
Signed-off-by: Lucas Stach <l.stach at pengutronix.de>
---
drivers/usb/dwc3/dwc3-of-simple.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/usb/dwc3/dwc3-of-simple.c b/drivers/usb/dwc3/dwc3-of-simple.c
index 1f42cde37f22..6261122a127f 100644
--- a/drivers/usb/dwc3/dwc3-of-simple.c
+++ b/drivers/usb/dwc3/dwc3-of-simple.c
@@ -68,6 +68,7 @@ static const struct of_device_id of_dwc3_simple_match[] = {
{.compatible = "rockchip,rk3399-dwc3"},
{.compatible = "xlnx,zynqmp-dwc3"},
{.compatible = "fsl,ls1046a-dwc3"},
+ {.compatible = "fsl,imx8mp-dwc3"},
{.compatible = "cavium,octeon-7130-usb-uctl"},
{.compatible = "sprd,sc9860-dwc3"},
{.compatible = "amlogic,meson-axg-dwc3"},
--
2.34.1
More information about the barebox
mailing list