commit | fb26b553bf2627ff96c38236daab0138a82c613a | [log] [tgz] |
---|---|---|
author | Jules Maselbas <jmaselbas@kalray.eu> | Fri Apr 05 15:35:30 2019 +0200 |
committer | Felipe Balbi <felipe.balbi@linux.intel.com> | Fri May 03 09:13:48 2019 +0300 |
tree | bc7b7e4c91b52ce8fd89d6207ac61440c5430f07 | |
parent | a89bae709b3492b478480a2c9734e7e9393b279c [diff] |
usb: dwc2: gadget: Remove duplicated phy init The function dwc2_hsotg_init is only called once just before calling dwc2_hsotg_core_init_disconnected which does the same initialization: setting the usbcfg register with turnaround time, timeout calibration and phy width. Acked-by: Minas Harutyunyan <hminas@synopsys.com> Signed-off-by: Jules Maselbas <jmaselbas@kalray.eu> Signed-off-by: Felipe Balbi <felipe.balbi@linux.intel.com>