aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/dwc2/platform.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/usb/dwc2/platform.c')
-rw-r--r--drivers/usb/dwc2/platform.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/drivers/usb/dwc2/platform.c b/drivers/usb/dwc2/platform.c
index d10a7f8daec3..e98d7812da2d 100644
--- a/drivers/usb/dwc2/platform.c
+++ b/drivers/usb/dwc2/platform.c
@@ -271,15 +271,6 @@ static int dwc2_lowlevel_hw_init(struct dwc2_hsotg *hsotg)
271 271
272 hsotg->plat = dev_get_platdata(hsotg->dev); 272 hsotg->plat = dev_get_platdata(hsotg->dev);
273 273
274 if (hsotg->phy) {
275 /*
276 * If using the generic PHY framework, check if the PHY bus
277 * width is 8-bit and set the phyif appropriately.
278 */
279 if (phy_get_bus_width(hsotg->phy) == 8)
280 hsotg->params.phy_utmi_width = 8;
281 }
282
283 /* Clock */ 274 /* Clock */
284 hsotg->clk = devm_clk_get_optional(hsotg->dev, "otg"); 275 hsotg->clk = devm_clk_get_optional(hsotg->dev, "otg");
285 if (IS_ERR(hsotg->clk)) { 276 if (IS_ERR(hsotg->clk)) {