This series enables USB High-Speed functionality on QCS615 by adding missing clock support and QUSB2 PHY support.
--- Changes in v3: - Implemented GCC_USB3_PRIM_CLKREF_CLK in clock driver instead of using device tree override (addressing review feedback) - Dropped the device tree override patch from v2 - Link to v2: https://lore.kernel.org/u-boot/[email protected]/ Changes in v2: - Updated to the reference commit for the QCS615 QUSB2 PHY support - Link to v1: https://lore.kernel.org/u-boot/[email protected]/ Signed-off-by: Balaji Selvanathan <[email protected]> --- Balaji Selvanathan (3): clk: qcom: qcs615: Add GCC_USB3_PRIM_CLKREF_CLK support clk: qcom: qcs615: Add GCC_AHB2PHY_WEST_CLK clock support phy: qcom: qusb2: Add QCS615 QUSB2 PHY support drivers/clk/qcom/clock-qcs615.c | 2 ++ drivers/phy/qcom/phy-qcom-qusb2.c | 38 ++++++++++++++++++++++++++++++++++++++ 2 files changed, 40 insertions(+) --- base-commit: fd53b78a796335fe3d9f85637657a93991b708a6 change-id: 20260213-talos_usb-cc965d78decb Best regards, -- Balaji Selvanathan <[email protected]>

