On Qualcomm QCS404 platform the PCIe2 PHY provides PIPE clock to the gcc (Global Clock Controller). Register the PHY as clock provider. Changes since v1: - Dropped 'phandle to' from supply descriptions in schema (Krzysztof), - Reordered clock-related property definitions in schema as suggested by Krzysztof, - Dropped extra empty line at the end of the schema (reported by Krzysztof). Dmitry Baryshkov (3): dt-bindings: phy: qcom,pcie2-phy: convert to YAML format phy: qualcomm: pcie2: register as clock provider arm64: dts: qcom: qcs404: register PCIe PHY as a clock provider .../bindings/phy/qcom,pcie2-phy.yaml | 87 +++++++++++++++++++ .../bindings/phy/qcom-pcie2-phy.txt | 42 --------- arch/arm64/boot/dts/qcom/qcs404.dtsi | 1 + drivers/phy/qualcomm/phy-qcom-pcie2.c | 6 +- 4 files changed, 93 insertions(+), 43 deletions(-) create mode 100644 Documentation/devicetree/bindings/phy/qcom,pcie2-phy.yaml delete mode 100644 Documentation/devicetree/bindings/phy/qcom-pcie2-phy.txt -- 2.35.1