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@xxxxxxxxxxxxxx> --- 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 _______________________________________________ barebox mailing list barebox@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/barebox