diff options
author | Robert Marko <[email protected]> | 2023-01-13 17:44:45 +0100 |
---|---|---|
committer | Bjorn Helgaas <[email protected]> | 2023-02-14 11:41:04 -0600 |
commit | 371a6106b71aeda94a6fcdb8f7cb674dd3c34a96 (patch) | |
tree | a0a0ebe1e7c52c0019b0e92b565ac7b0d27fa49c | |
parent | 997e010de9134474dbfde52be03efd7d1bce902d (diff) |
dt-bindings: PCI: qcom: Sort compatibles alphabetically
Sort the compatibles list alphabetically for maintenance.
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Robert Marko <[email protected]>
Signed-off-by: Lorenzo Pieralisi <[email protected]>
Signed-off-by: Bjorn Helgaas <[email protected]>
Reviewed-by: Krzysztof Kozlowski <[email protected]>
-rw-r--r-- | Documentation/devicetree/bindings/pci/qcom,pcie.yaml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Documentation/devicetree/bindings/pci/qcom,pcie.yaml b/Documentation/devicetree/bindings/pci/qcom,pcie.yaml index 913595c08e41..2903cf4c1f12 100644 --- a/Documentation/devicetree/bindings/pci/qcom,pcie.yaml +++ b/Documentation/devicetree/bindings/pci/qcom,pcie.yaml @@ -18,13 +18,14 @@ properties: compatible: oneOf: - enum: - - qcom,pcie-ipq8064 - - qcom,pcie-ipq8064-v2 - qcom,pcie-apq8064 - qcom,pcie-apq8084 - - qcom,pcie-msm8996 - qcom,pcie-ipq4019 + - qcom,pcie-ipq6018 + - qcom,pcie-ipq8064 + - qcom,pcie-ipq8064-v2 - qcom,pcie-ipq8074 + - qcom,pcie-msm8996 - qcom,pcie-qcs404 - qcom,pcie-sa8540p - qcom,pcie-sc7280 @@ -36,7 +37,6 @@ properties: - qcom,pcie-sm8350 - qcom,pcie-sm8450-pcie0 - qcom,pcie-sm8450-pcie1 - - qcom,pcie-ipq6018 - items: - const: qcom,pcie-msm8998 - const: qcom,pcie-msm8996 |