Enable support for the USB3 QMP PHY present on the QUalcomm SDM630 / SDM660 platforms. Dependecies: - PHY-related changes of [1] - [2] [1] https://lore.kernel.org/linux-arm-msm/20240113-pmi632-typec-v2-0-182d9aa0a5b3@xxxxxxxxxx/ [2] https://lore.kernel.org/linux-arm-msm/20240116-usbc-phy-vls-clamp-v1-0-73b2da7691c5@xxxxxxxxxx/ Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@xxxxxxxxxx> --- Dmitry Baryshkov (4): dt-bindings: phy: qcom,msm8998-qmp-usb3-phy: support SDM660 phy: qcom: qmp-usbc: enable SDM630 support arm64: dts: qcom: sdm630: add USB QMP PHY support arm64: dts: qcom: sda660-ifc6560: enable USB 3.0 PHY .../bindings/phy/qcom,msm8998-qmp-usb3-phy.yaml | 2 ++ .../arm64/boot/dts/qcom/sda660-inforce-ifc6560.dts | 5 +++ .../boot/dts/qcom/sdm630-sony-xperia-nile.dtsi | 6 ++++ arch/arm64/boot/dts/qcom/sdm630.dtsi | 36 ++++++++++++++----- .../arm64/boot/dts/qcom/sdm660-xiaomi-lavender.dts | 6 ++++ drivers/phy/qualcomm/phy-qcom-qmp-usbc.c | 40 ++++++++++++++++++++++ 6 files changed, 87 insertions(+), 8 deletions(-) --- base-commit: 737cf0e409063e44e36bf564cc679f9eb88f6e8d change-id: 20240114-sdm660-usb3-support-964c30e9e722 Best regards, -- Dmitry Baryshkov <dmitry.baryshkov@xxxxxxxxxx>