struct dwc2_plat_otg_data *plat = dev_get_plat(dev); struct udevice *typec; ulong drvdata; void (*set_params)(struct dwc2_plat_otg_data *data); int ret; @@ -1009,11 +1011,20 @@ static int dwc2_udc_otg_of_to_plat(struct udevice *dev) ...
> direction would be greatly appreciated. > > Regards, > Jack. > I've been poking about with this some more and I've managed to bisect the issue down to the following commit 729cac693eecfebdb9e152eaddddd358ae2decb7 usb: dwc2: Change ISOC DDMA flow If I build before this commit ever...