Re: [PATCH v3 7/8] usb: dwc3: Add Qualcomm DWC3 compatible string

2020-09-19 Thread Tom Rini
On Thu, Sep 10, 2020 at 04:00:05PM +0200, Robert Marko wrote: > Lot of Qualcomm SoC-s use DWC3 controller for both USB2.0 and USB3.0 > ports. > Qualcomm has some custom config registers on top of the generic ones, > but for host mode these are not needed. > > So lets add the neccessary

[PATCH v3 7/8] usb: dwc3: Add Qualcomm DWC3 compatible string

2020-09-10 Thread Robert Marko
Lot of Qualcomm SoC-s use DWC3 controller for both USB2.0 and USB3.0 ports. Qualcomm has some custom config registers on top of the generic ones, but for host mode these are not needed. So lets add the neccessary compatible string. Signed-off-by: Robert Marko Cc: Luka Perkov ---