Re: [PATCH v2 2/2] usb: dwc3: Add support for usb3-phy PHY configuration

2022-03-08 Thread Michal Simek
On 3/8/22 14:39, Marek Vasut wrote: On 3/8/22 14:19, Michal Simek wrote: When usb3-phy label is found, PHY driver is called and serdes line is initialized. This is preparation for serdes/psgtr driver to configure GT lines based on description in DT. Signed-off-by: Michal Simek --- Changes

Re: [PATCH v2 2/2] usb: dwc3: Add support for usb3-phy PHY configuration

2022-03-08 Thread Marek Vasut
On 3/8/22 14:19, Michal Simek wrote: When usb3-phy label is found, PHY driver is called and serdes line is initialized. This is preparation for serdes/psgtr driver to configure GT lines based on description in DT. Signed-off-by: Michal Simek --- Changes in v2: - Add missing header I think 1/

[PATCH v2 2/2] usb: dwc3: Add support for usb3-phy PHY configuration

2022-03-08 Thread Michal Simek
When usb3-phy label is found, PHY driver is called and serdes line is initialized. This is preparation for serdes/psgtr driver to configure GT lines based on description in DT. Signed-off-by: Michal Simek --- Changes in v2: - Add missing header drivers/usb/dwc3/dwc3-generic.c | 18