diff options
author | Robert Marko <robimarko@gmail.com> | 2022-06-21 22:55:11 +0300 |
---|---|---|
committer | Vinod Koul <vkoul@kernel.org> | 2022-07-05 10:25:52 +0300 |
commit | 85d43a69db2dd38048b86d6eb8a15f9150c524cd (patch) | |
tree | f81bcb7f3aa55653a25cd3da0bbd68f52c13f3aa /Documentation/devicetree/bindings/phy/qcom,qmp-phy.yaml | |
parent | 2ec9bc8d1b0a742bce68b0f6b64a2500d882bf02 (diff) | |
download | linux-85d43a69db2dd38048b86d6eb8a15f9150c524cd.tar.xz |
dt-bindings: phy: qcom,qmp: add IPQ8074 PCIe Gen3 PHY binding
IPQ8074 has 2 different single lane PCIe PHY-s, one Gen2 and one Gen3.
Gen2 one is already supported, document the bindings for the Gen3 one.
Signed-off-by: Robert Marko <robimarko@gmail.com>
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20220621195512.1760362-2-robimarko@gmail.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/phy/qcom,qmp-phy.yaml')
-rw-r--r-- | Documentation/devicetree/bindings/phy/qcom,qmp-phy.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/phy/qcom,qmp-phy.yaml b/Documentation/devicetree/bindings/phy/qcom,qmp-phy.yaml index 8b850c5ab116..220788ce215f 100644 --- a/Documentation/devicetree/bindings/phy/qcom,qmp-phy.yaml +++ b/Documentation/devicetree/bindings/phy/qcom,qmp-phy.yaml @@ -19,6 +19,7 @@ properties: enum: - qcom,ipq6018-qmp-pcie-phy - qcom,ipq6018-qmp-usb3-phy + - qcom,ipq8074-qmp-gen3-pcie-phy - qcom,ipq8074-qmp-pcie-phy - qcom,ipq8074-qmp-usb3-phy - qcom,msm8996-qmp-pcie-phy @@ -312,6 +313,7 @@ allOf: contains: enum: - qcom,ipq6018-qmp-pcie-phy + - qcom,ipq8074-qmp-gen3-pcie-phy - qcom,ipq8074-qmp-pcie-phy then: properties: |