830-usb-dwc3-register-qca-ipq4019-dwc3-in-dwc3-of-simple.patch 968 B

12345678910111213141516171819202122232425
  1. From 08c18ab774368feb610d1eb952957bb1bb35129f Mon Sep 17 00:00:00 2001
  2. From: Christian Lamparter <[email protected]>
  3. Date: Sat, 19 Nov 2016 00:52:35 +0100
  4. Subject: [PATCH 37/38] usb: dwc3: register qca,ipq4019-dwc3 in dwc3-of-simple
  5. For host mode, the dwc3 found in the IPQ4019 can be driven
  6. by the dwc3-of-simple module. It will get more tricky for
  7. OTG since they'll need to enable VBUS and reconfigure the
  8. registers.
  9. Signed-off-by: Christian Lamparter <[email protected]>
  10. ---
  11. drivers/usb/dwc3/dwc3-of-simple.c | 1 +
  12. 1 file changed, 1 insertion(+)
  13. --- a/drivers/usb/dwc3/dwc3-of-simple.c
  14. +++ b/drivers/usb/dwc3/dwc3-of-simple.c
  15. @@ -176,6 +176,7 @@ static const struct dev_pm_ops dwc3_of_s
  16. static const struct of_device_id of_dwc3_simple_match[] = {
  17. { .compatible = "qcom,dwc3" },
  18. + { .compatible = "qca,ipq4019-dwc3" },
  19. { .compatible = "rockchip,rk3399-dwc3" },
  20. { .compatible = "xlnx,zynqmp-dwc3" },
  21. { .compatible = "cavium,octeon-7130-usb-uctl" },