Re: [PATCH 2/9] usb: dwc3-generic: Add Exynos850 support

2025-07-16 Thread Mattijs Korpershoek
Hi Sam, Thank you for the patch. On Wed, Jul 09, 2025 at 17:29, Sam Protsenko wrote: > The only thing needed from DWC3 glue layer for Exynos850 is to enable > USB clocks. The generic glue layer driver already does that. Add > Exynos850 dwc3 compatible string to enable support for this chip. > >

[PATCH 2/9] usb: dwc3-generic: Add Exynos850 support

2025-07-09 Thread Sam Protsenko
The only thing needed from DWC3 glue layer for Exynos850 is to enable USB clocks. The generic glue layer driver already does that. Add Exynos850 dwc3 compatible string to enable support for this chip. Signed-off-by: Sam Protsenko --- drivers/usb/dwc3/dwc3-generic.c | 1 + 1 file changed, 1 inser