On Wed, Nov 16, 2022 at 10:48:37PM +0100, Robert Marko wrote: > Sort the compatibles list alphabetically for maintenance. > > Signed-off-by: Robert Marko <robimarko@xxxxxxxxx> Reviewed-by: Manivannan Sadhasivam <mani@xxxxxxxxxx> Thanks, Mani > --- > Documentation/devicetree/bindings/pci/qcom,pcie.yaml | 8 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-) > > diff --git a/Documentation/devicetree/bindings/pci/qcom,pcie.yaml b/Documentation/devicetree/bindings/pci/qcom,pcie.yaml > index 2f851c804bb0..1e94c210429a 100644 > --- a/Documentation/devicetree/bindings/pci/qcom,pcie.yaml > +++ b/Documentation/devicetree/bindings/pci/qcom,pcie.yaml > @@ -17,13 +17,14 @@ description: | > properties: > compatible: > 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 > @@ -34,7 +35,6 @@ properties: > - qcom,pcie-sm8250 > - qcom,pcie-sm8450-pcie0 > - qcom,pcie-sm8450-pcie1 > - - qcom,pcie-ipq6018 > > reg: > minItems: 4 > -- > 2.38.1 > -- மணிவண்ணன் சதாசிவம்