diff options
author | Luca Weiss <luca.weiss@fairphone.com> | 2022-03-21 16:33:13 +0300 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2022-03-22 16:09:54 +0300 |
commit | 3d8fa7a22dcd54ccfdcea6ed0d9badbdb8594274 (patch) | |
tree | fd221a1b3ea6a3e05a1edbbdc35b60e77806825c /Documentation | |
parent | 09f724e196e5b84b578d558d755638dd802800d8 (diff) | |
download | linux-3d8fa7a22dcd54ccfdcea6ed0d9badbdb8594274.tar.xz |
dt-bindings: ufs: qcom: Add SM6350 compatible string
Document the compatible for the UFS found on SM6350.
Signed-off-by: Luca Weiss <luca.weiss@fairphone.com>
Reviewed-by: Krzysztof Kozlowski <krzk@kernel.org>
Reviewed-by: Alim Akhtar <alim.akhtar@samsung.com>
Signed-off-by: Rob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20220321133318.99406-2-luca.weiss@fairphone.com
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/ufs/qcom,ufs.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/ufs/qcom,ufs.yaml b/Documentation/devicetree/bindings/ufs/qcom,ufs.yaml index 5b3a2157f7e5..dcd32c10205a 100644 --- a/Documentation/devicetree/bindings/ufs/qcom,ufs.yaml +++ b/Documentation/devicetree/bindings/ufs/qcom,ufs.yaml @@ -27,6 +27,7 @@ properties: - qcom,msm8996-ufshc - qcom,msm8998-ufshc - qcom,sdm845-ufshc + - qcom,sm6350-ufshc - qcom,sm8150-ufshc - qcom,sm8250-ufshc - qcom,sm8350-ufshc @@ -125,6 +126,7 @@ allOf: contains: enum: - qcom,sdm845-ufshc + - qcom,sm6350-ufshc - qcom,sm8150-ufshc then: properties: |