diff options
author | Richard Acayan <[email protected]> | 2022-09-22 21:43:21 -0400 |
---|---|---|
committer | Ulf Hansson <[email protected]> | 2022-09-27 13:59:46 +0200 |
commit | 07c7338f05d26b87713cb30f8d7c5e17abe4724e (patch) | |
tree | d2e082e0140bf854713d49e85652c0e7c247e299 | |
parent | cb58188ad90a61784a56a64f5107faaf2ad323e7 (diff) |
dt-bindings: mmc: sdhci-msm: add sdm670 compatible
The Snapdragon 670 supports eMMC with an SDHCI controller. Add the
appropriate compatible to the documentation.
Signed-off-by: Richard Acayan <[email protected]>
Reviewed-by: Bhupesh Sharma <[email protected]>
Reviewed-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 775476d7f9f0..a96f143479c7 100644 --- a/Documentation/devicetree/bindings/mmc/sdhci-msm.yaml +++ b/Documentation/devicetree/bindings/mmc/sdhci-msm.yaml @@ -38,6 +38,7 @@ properties: - qcom,sc7180-sdhci - qcom,sc7280-sdhci - qcom,sdm630-sdhci + - qcom,sdm670-sdhci - qcom,sdm845-sdhci - qcom,sdx55-sdhci - qcom,sdx65-sdhci |