Re: [PATCH v2 1/2] configs: rockchip: Use dwc3-generic driver on RK3328 and RK3399

2024-01-18 Thread Kever Yang
On 2023/11/13 01:48, Jonas Karlman wrote: Complete the transition away from xhci-dwc3 and dwc3-of-simple drivers and change to use the dwc3-generic driver on remaining RK3328 and RK3399 boards. MISC, USB_DWC3 and USB_DWC3_GENERIC is enabled on boards that used to enable USB_XHCI_DWC3. USB_XHCI

Re: [PATCH v2 1/2] configs: rockchip: Use dwc3-generic driver on RK3328 and RK3399

2023-11-12 Thread Marek Vasut
On 11/12/23 18:48, Jonas Karlman wrote: diff --git a/drivers/usb/host/Kconfig b/drivers/usb/host/Kconfig index b501ea514bca..d92d87af52ef 100644 --- a/drivers/usb/host/Kconfig +++ b/drivers/usb/host/Kconfig @@ -39,7 +39,6 @@ config USB_XHCI_DWC3 config USB_XHCI_DWC3_OF_SIMPLE bool "Des

[PATCH v2 1/2] configs: rockchip: Use dwc3-generic driver on RK3328 and RK3399

2023-11-12 Thread Jonas Karlman
Complete the transition away from xhci-dwc3 and dwc3-of-simple drivers and change to use the dwc3-generic driver on remaining RK3328 and RK3399 boards. MISC, USB_DWC3 and USB_DWC3_GENERIC is enabled on boards that used to enable USB_XHCI_DWC3. USB_XHCI_DWC3 is dropped from updated boards along wit