On 29/08/2023 15:58, Praveenkumar I wrote: > IPQ5332 has UNIPHY for USB and PCIe which is similar to the UNIPHY > present in IPQ4019. Few extra settings like clock, reset delay, mux > selection and voltage regulator are required for IPQ5332. Hence > repurposed the IPQ4019 PHY driver for IPQ5332 UNIPHY. Few more Qualcomm > SoCs are also having the UNIPHY which can use the same driver for both > USB and PCIe PHY. > > Praveenkumar I (9): > dt-bindings: phy: qcom,uniphy: Rename ipq4019 usb PHY to UNIPHY > phy: qcom: uniphy: Rename ipq4019 USB phy driver to UNIPHY driver > phy: qcom: uniphy: Update UNIPHY driver to be a common driver > dt-bindings: phy: qcom,uniphy: Add ipq5332 USB3 SS UNIPHY > dt-bindings: usb: dwc3: Update IPQ5332 compatible > arm64: dts: qcom: ipq5332: Add USB3 related nodes > arm64: dts: qcom: ipq5332: Enable USB SS UNIPHY DTS does not go before drivers. DTS should be sent separately or as the last patches. If you stuff it in the middle, means your patchset has dependencies which it cannot have. Thus it is broken. Best regards, Krzysztof