diff --git a/drivers/usb/dwc3/dwc3-qcom.c b/drivers/usb/dwc3/dwc3-qcom.c index 8e5aded87246..1bd9f9c877f9 100644 --- a/drivers/usb/dwc3/dwc3-qcom.c +++ b/drivers/usb/dwc3/dwc3-qcom.c @@ -702,7 +702,7 @@ static int dwc3_qcom_probe(struct platform_device *pdev) if (ignore_pipe_clk) dwc3_qcom_select_utmi_clk(qcom); - qcom->has_eusb2_phy = device_property_read_bool(dev, "qcom,has-eusb2-phy"); + qcom->has_eusb2_phy = true;//device_property_read_bool(dev, "qcom,has-eusb2-phy"); qcom->mode = usb_get_dr_mode(dev); if (qcom->mode == USB_DR_MODE_HOST) {