Re: [PATCH 4/4] rockchip: Migrate to use DM_USB_GADGET on RK3328

2024-03-08 Thread Jonas Karlman
Hi Kever, On 2024-03-08 10:29, Kever Yang wrote: > > On 2024/2/27 07:08, Jonas Karlman wrote: >> USB gadget is not working fully as expected on RK3328, it uses a >> board_usb_init() function to initialize the DWC2 OTG port. >> >> The board_usb_init() function does not intgrate with the generic

Re: [PATCH 4/4] rockchip: Migrate to use DM_USB_GADGET on RK3328

2024-03-08 Thread Kever Yang
On 2024/2/27 07:08, Jonas Karlman wrote: USB gadget is not working fully as expected on RK3328, it uses a board_usb_init() function to initialize the DWC2 OTG port. The board_usb_init() function does not intgrate with the generic phy framework and as a result the USB phy is not properly

[PATCH 4/4] rockchip: Migrate to use DM_USB_GADGET on RK3328

2024-02-26 Thread Jonas Karlman
USB gadget is not working fully as expected on RK3328, it uses a board_usb_init() function to initialize the DWC2 OTG port. The board_usb_init() function does not intgrate with the generic phy framework and as a result the USB phy is not properly configured before or after USB gadget use. Having