This series aims at enabling USB on QCS8300 which has 2 USB controllers. The primary controller is SuperSpeed capable and secondary one is High Speed only capable. Both the High Speed Phys are Femto phys and the SuperSpeed Phy is a QMP Uni Phy. Device tree patches will sent separately. DT Binding checks done on the binding patches. Flashed and verified working of NCM over primary usb controller. Krishna Kurapati (4): dt-bindings: usb: qcom,dwc3: Add QCS8300 to USB DWC3 bindings dt-bindings: phy: qcom,usb-snps-femto-v2: Add bindings for QCS8300 dt-bindings: phy: qcom,sc8280xp-qmp-usb3-uni: Add QCS8300 compatible phy: qcom: qmp: Add qmp configuration for QCS8300 .../phy/qcom,sc8280xp-qmp-usb3-uni-phy.yaml | 2 + .../bindings/phy/qcom,usb-snps-femto-v2.yaml | 1 + .../devicetree/bindings/usb/qcom,dwc3.yaml | 4 ++ drivers/phy/qualcomm/phy-qcom-qmp-usb.c | 65 +++++++++++++++++++ 4 files changed, 72 insertions(+) -- 2.34.1