diff mbox series

[v2,03/18] dt-bindings: mmc: sdhci-msm: Document the SDX55 compatible

Message ID 20210105122649.13581-4-manivannan.sadhasivam@linaro.org
State Superseded
Headers show
Series None | expand

Commit Message

Manivannan Sadhasivam Jan. 5, 2021, 12:26 p.m. UTC
The SDHCI controller on SDX55 is based on MSM SDHCI v5 IP. Hence,
document the compatible with "qcom,sdhci-msm-v5" as the fallback.

Cc: Rob Herring <robh+dt@kernel.org>
Cc: devicetree@vger.kernel.org
Signed-off-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>

---
 Documentation/devicetree/bindings/mmc/sdhci-msm.txt | 1 +
 1 file changed, 1 insertion(+)

-- 
2.25.1

Comments

Vinod Koul Jan. 5, 2021, 3:53 p.m. UTC | #1
On 05-01-21, 17:56, Manivannan Sadhasivam wrote:
> The SDHCI controller on SDX55 is based on MSM SDHCI v5 IP. Hence,

> document the compatible with "qcom,sdhci-msm-v5" as the fallback.

> 

> Cc: Rob Herring <robh+dt@kernel.org>

> Cc: devicetree@vger.kernel.org

> Signed-off-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>

> ---

>  Documentation/devicetree/bindings/mmc/sdhci-msm.txt | 1 +

>  1 file changed, 1 insertion(+)

> 

> diff --git a/Documentation/devicetree/bindings/mmc/sdhci-msm.txt b/Documentation/devicetree/bindings/mmc/sdhci-msm.txt

> index 3b602fd6180b..31f4a5628595 100644

> --- a/Documentation/devicetree/bindings/mmc/sdhci-msm.txt

> +++ b/Documentation/devicetree/bindings/mmc/sdhci-msm.txt

> @@ -21,6 +21,7 @@ Required properties:

>  		"qcom,sdm845-sdhci", "qcom,sdhci-msm-v5"

>  		"qcom,qcs404-sdhci", "qcom,sdhci-msm-v5"

>  		"qcom,sc7180-sdhci", "qcom,sdhci-msm-v5";

> +		"qcom,sdx55-sdhci", "qcom,sdhci-msm-v5";


Keep this sorted?

With that:

Reviewed-by: Vinod Koul <vkoul@kernel.org>


>  	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.

> -- 

> 2.25.1


-- 
~Vinod
diff mbox series

Patch

diff --git a/Documentation/devicetree/bindings/mmc/sdhci-msm.txt b/Documentation/devicetree/bindings/mmc/sdhci-msm.txt
index 3b602fd6180b..31f4a5628595 100644
--- a/Documentation/devicetree/bindings/mmc/sdhci-msm.txt
+++ b/Documentation/devicetree/bindings/mmc/sdhci-msm.txt
@@ -21,6 +21,7 @@  Required properties:
 		"qcom,sdm845-sdhci", "qcom,sdhci-msm-v5"
 		"qcom,qcs404-sdhci", "qcom,sdhci-msm-v5"
 		"qcom,sc7180-sdhci", "qcom,sdhci-msm-v5";
+		"qcom,sdx55-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.