mirror of
https://github.com/linux-msm/laptops-kernel.git
synced 2026-08-13 14:19:53 -07:00
eusb2phy_hack
This commit is contained in:
committed by
Konrad Dybcio
parent
813ffd381a
commit
4a12eafb9c
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user