Re: [PATCH 2/2] ARM: meson: switch AXG & GX dwc2 otg to DM

2023-01-17 Thread Mattijs Korpershoek
On Tue, Jan 17, 2023 at 10:11, Neil Armstrong wrote: > With CONFIG_DM_USB_GADGET=y, we no longer need any board_usb_*() logic > because: > * the dwc2 driver is DM compatible, and handles its own clock enabling > * the dwc3-meson-gxl glue drivers handles "force mode switching" > > Remove all mach-

[PATCH 2/2] ARM: meson: switch AXG & GX dwc2 otg to DM

2023-01-17 Thread Neil Armstrong
With CONFIG_DM_USB_GADGET=y, we no longer need any board_usb_*() logic because: * the dwc2 driver is DM compatible, and handles its own clock enabling * the dwc3-meson-gxl glue drivers handles "force mode switching" Remove all mach-meson gx & axg usb code and enable CONFIG_DM_USB_GADGET. Note: On