dt-bindings: mmc: sdhci-msm: Document the SDX55 compatible
authorManivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
Thu, 7 Jan 2021 14:31:17 +0000 (20:01 +0530)
committerUlf Hansson <ulf.hansson@linaro.org>
Mon, 1 Feb 2021 10:54:44 +0000 (11:54 +0100)
The SDHCI controller on SDX55 is based on MSM SDHCI v5 IP. Hence,
document the compatible with "qcom,sdhci-msm-v5" as the fallback.
While at it, let's also sort the compatibles in ascending order.

Cc: Ulf Hansson <ulf.hansson@linaro.org>
Cc: linux-mmc@vger.kernel.org
Signed-off-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
Reviewed-by: Vinod Koul <vkoul@kernel.org>
Acked-by: Rob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20210107143118.2386-1-manivannan.sadhasivam@linaro.org
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Documentation/devicetree/bindings/mmc/sdhci-msm.txt

index 3b602fd6180bf61c560e7c34bc03311722a7f64b..9fa8a24fbc97d03a825bba2325c2672e380b1ec1 100644 (file)
@@ -17,10 +17,11 @@ Required properties:
                "qcom,msm8916-sdhci", "qcom,sdhci-msm-v4"
                "qcom,msm8992-sdhci", "qcom,sdhci-msm-v4"
                "qcom,msm8996-sdhci", "qcom,sdhci-msm-v4"
-               "qcom,sm8250-sdhci", "qcom,sdhci-msm-v5"
-               "qcom,sdm845-sdhci", "qcom,sdhci-msm-v5"
                "qcom,qcs404-sdhci", "qcom,sdhci-msm-v5"
                "qcom,sc7180-sdhci", "qcom,sdhci-msm-v5";
+               "qcom,sdm845-sdhci", "qcom,sdhci-msm-v5"
+               "qcom,sdx55-sdhci", "qcom,sdhci-msm-v5";
+               "qcom,sm8250-sdhci", "qcom,sdhci-msm-v5"
        NOTE that some old device tree files may be floating around that only
        have the string "qcom,sdhci-msm-v4" without the SoC compatible string
        but doing that should be considered a deprecated practice.