diff options
author | Kathiravan T <[email protected]> | 2023-01-25 16:15:18 +0530 |
---|---|---|
committer | Ulf Hansson <[email protected]> | 2023-01-27 11:22:23 +0100 |
commit | d5d4a2bc5fb83266a0a488767cad49da23c087a1 (patch) | |
tree | 0fde807ff843eda1c5a3d6944e7a3c6061b271ce | |
parent | 124a4c13a84d98ca6cbe950a591c3b3acaee7694 (diff) |
dt-bindings: mmc: sdhci-msm: add IPQ5332 compatible
The IPQ5332 supports eMMC with an SDHCI controller. Add the appropriate
compatible to the documentation.
Signed-off-by: Kathiravan T <[email protected]>
Acked-by: Krzysztof Kozlowski <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Ulf Hansson <[email protected]>
-rw-r--r-- | Documentation/devicetree/bindings/mmc/sdhci-msm.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/mmc/sdhci-msm.yaml b/Documentation/devicetree/bindings/mmc/sdhci-msm.yaml index 5af61789a8c2..01f77a77987c 100644 --- a/Documentation/devicetree/bindings/mmc/sdhci-msm.yaml +++ b/Documentation/devicetree/bindings/mmc/sdhci-msm.yaml @@ -34,6 +34,7 @@ properties: - const: qcom,sdhci-msm-v4 # for sdcc versions less than 5.0 - items: - enum: + - qcom,ipq5332-sdhci - qcom,ipq9574-sdhci - qcom,qcs404-sdhci - qcom,sc7180-sdhci |