diff options
author | Bjorn Andersson <bjorn.andersson@linaro.org> | 2021-06-28 17:45:08 -0700 |
---|---|---|
committer | Vinod Koul <vkoul@kernel.org> | 2021-07-20 16:03:23 +0530 |
commit | 05d58bb65607bde24f867d85d27b48c4954e1442 (patch) | |
tree | dcdfbbfa266701cc067db58aca8b4dd12322eb1d /Documentation/devicetree/bindings/phy/qcom,qmp-phy.yaml | |
parent | e73f0f0ee7541171d89f2e2491130c7771ba58d3 (diff) |
dt-bindings: phy: qcom,qmp: Add sc8180x PCIe compatible
Add a compatible for the sc8180x PCIe PHY.
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Acked-by: Rob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20210629004509.1788286-1-bjorn.andersson@linaro.org
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 f0497b8623ad..242560ff52a4 100644 --- a/Documentation/devicetree/bindings/phy/qcom,qmp-phy.yaml +++ b/Documentation/devicetree/bindings/phy/qcom,qmp-phy.yaml @@ -27,6 +27,7 @@ properties: - qcom,msm8998-qmp-ufs-phy - qcom,msm8998-qmp-usb3-phy - qcom,sc7180-qmp-usb3-phy + - qcom,sc8180x-qmp-pcie-phy - qcom,sc8180x-qmp-ufs-phy - qcom,sc8180x-qmp-usb3-phy - qcom,sdm845-qhp-pcie-phy @@ -326,6 +327,7 @@ allOf: compatible: contains: enum: + - qcom,sc8180x-qmp-pcie-phy - qcom,sdm845-qhp-pcie-phy - qcom,sdm845-qmp-pcie-phy - qcom,sdx55-qmp-pcie-phy |