Loading Documentation/devicetree/bindings/usb/msm-ssusb.txt +2 −0 Original line number Diff line number Diff line Loading @@ -83,6 +83,8 @@ Optional properties : - qcom,no-vbus-vote-with-type-C: If present, then do not try to get and enable VBUS regulator in type-C host mode from dwc3-msm driver. - qcom,connector-type-uAB: HW platform is using micro-AB USB connector type. - qcom,gadget-imod-val: If present, specifies default value of interrupt moderation in usecs for normal EPs. Sub nodes: - Sub node for "DWC3- USB3 controller". Loading drivers/usb/dwc3/dwc3-msm.c +3 −0 Original line number Diff line number Diff line Loading @@ -3908,6 +3908,9 @@ static int dwc3_msm_probe(struct platform_device *pdev) mdwc->pm_qos_latency = 0; } of_property_read_u32(node, "qcom,gadget-imod-val", &dwc3_gadget_imod_val); mdwc->no_vbus_vote_type_c = of_property_read_bool(node, "qcom,no-vbus-vote-with-type-C"); Loading Loading
Documentation/devicetree/bindings/usb/msm-ssusb.txt +2 −0 Original line number Diff line number Diff line Loading @@ -83,6 +83,8 @@ Optional properties : - qcom,no-vbus-vote-with-type-C: If present, then do not try to get and enable VBUS regulator in type-C host mode from dwc3-msm driver. - qcom,connector-type-uAB: HW platform is using micro-AB USB connector type. - qcom,gadget-imod-val: If present, specifies default value of interrupt moderation in usecs for normal EPs. Sub nodes: - Sub node for "DWC3- USB3 controller". Loading
drivers/usb/dwc3/dwc3-msm.c +3 −0 Original line number Diff line number Diff line Loading @@ -3908,6 +3908,9 @@ static int dwc3_msm_probe(struct platform_device *pdev) mdwc->pm_qos_latency = 0; } of_property_read_u32(node, "qcom,gadget-imod-val", &dwc3_gadget_imod_val); mdwc->no_vbus_vote_type_c = of_property_read_bool(node, "qcom,no-vbus-vote-with-type-C"); Loading