]> git.ipfire.org Git - thirdparty/u-boot.git/commit
usb: dwc3: Add Qualcomm DWC3 compatible string
authorRobert Marko <robert.marko@sartura.hr>
Thu, 10 Sep 2020 14:00:05 +0000 (16:00 +0200)
committerTom Rini <trini@konsulko.com>
Fri, 18 Sep 2020 20:20:47 +0000 (16:20 -0400)
commit74a703a8aded58dac2ed3373447c6a4fc2d467c9
treec2ee477ca164f13429201d2ad9546899d4d0089b
parentdec042028e8aff9a4f12d1b2ae48a373ab4c4ff9
usb: dwc3: Add Qualcomm DWC3 compatible string

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 <robert.marko@sartura.hr>
Cc: Luka Perkov <luka.perkov@sartura.hr>
drivers/usb/dwc3/dwc3-generic.c