On SoCs like MSM8953 the fixed "se_clk_scheme_default" variable does not reflect the correct value for that SoC, so support reading the correct value from TCSR.
And add support for the MSM8953 QUSB2 PHY compatible in u-boot. Signed-off-by: Luca Weiss <[email protected]> --- Luca Weiss (4): phy: phy-qcom-qusb2: Sort headers alphabetically phy: phy-qcom-qusb2: Support reading has_se_clk_scheme from TCSR configs: Enable SYSCON dependency for PHY_QCOM_QUSB2 phy: phy-qcom-qusb2: Add MSM8953 SoC configs/qcom_defconfig | 1 + configs/qcom_ipq5424_mmc_defconfig | 1 + configs/qcom_ipq9574_mmc_defconfig | 1 + drivers/phy/qcom/Kconfig | 1 + drivers/phy/qcom/phy-qcom-qusb2.c | 45 +++++++++++++++++++++++++++++++++++--- 5 files changed, 46 insertions(+), 3 deletions(-) --- base-commit: 501d76ca801343cce6dafb17740a8b679ed17072 change-id: 20260715-qusb2-msm8953-2c244dae996b Best regards, -- Luca Weiss <[email protected]>

