Message ID | 20240709-add_qcs9100_pcie_phy_compatible-v2-1-c68f1e38560b@quicinc.com |
---|---|
State | New |
Headers | show |
Series | PCI: qcom-ep: Add QCS9100 PCIe ep compatible | expand |
diff --git a/Documentation/devicetree/bindings/phy/qcom,sc8280xp-qmp-pcie-phy.yaml b/Documentation/devicetree/bindings/phy/qcom,sc8280xp-qmp-pcie-phy.yaml index 03dbd02cf9e7..d128ac8cb583 100644 --- a/Documentation/devicetree/bindings/phy/qcom,sc8280xp-qmp-pcie-phy.yaml +++ b/Documentation/devicetree/bindings/phy/qcom,sc8280xp-qmp-pcie-phy.yaml @@ -16,6 +16,8 @@ description: properties: compatible: enum: + - qcom,qcs9100-qmp-gen4x2-pcie-phy + - qcom,qcs9100-qmp-gen4x4-pcie-phy - qcom,sa8775p-qmp-gen4x2-pcie-phy - qcom,sa8775p-qmp-gen4x4-pcie-phy - qcom,sc8180x-qmp-pcie-phy @@ -181,6 +183,8 @@ allOf: compatible: contains: enum: + - qcom,qcs9100-qmp-gen4x2-pcie-phy + - qcom,qcs9100-qmp-gen4x4-pcie-phy - qcom,sa8775p-qmp-gen4x2-pcie-phy - qcom,sa8775p-qmp-gen4x4-pcie-phy then:
Add devicetree YAML binding for Qualcomm QMP PCIe PHY for QCS9100 platform. QCS9100 is drived from SA8775p. Currently, both the QCS9100 and SA8775p platform use non-SCMI resource. In the future, the SA8775p platform will move to use SCMI resources and it will have new sa8775p-related device tree. Consequently, introduce "qcom,qcs9100-qmp-gen4x2-pcie-phy" and "qcom,qcs9100-qmp-gen4x4-pcie-phy" to describe non-SCMI based PCIe PHY. Signed-off-by: Tengfei Fan <quic_tengfan@quicinc.com> --- Documentation/devicetree/bindings/phy/qcom,sc8280xp-qmp-pcie-phy.yaml | 4 ++++ 1 file changed, 4 insertions(+)