diff options
author | Xin Liu <[email protected]> | 2024-09-11 15:06:36 +0800 |
---|---|---|
committer | Martin K. Petersen <[email protected]> | 2024-10-03 21:32:32 -0400 |
commit | c602a04b27ec80ada4b288967a09f213d5e05722 (patch) | |
tree | eab2a7217cc9a52f1ce7100370a2d47f9cdd9d50 | |
parent | 9852d85ec9d492ebef56dc5f229416c925758edc (diff) |
scsi: ufs: ufs: qcom: dt-bindings: Document the QCS8300 UFS Controller
Document the Universal Flash Storage(UFS) Controller on the Qualcomm
QCS8300 Platform.
Signed-off-by: Xin Liu <[email protected]>
Signed-off-by: Jingyi Wang <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Reviewed-by: Krzysztof Kozlowski <[email protected]>
Acked-by: Manivannan Sadhasivam <[email protected]>
Signed-off-by: Martin K. Petersen <[email protected]>
-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 25a5edeea164..cde334e3206b 100644 --- a/Documentation/devicetree/bindings/ufs/qcom,ufs.yaml +++ b/Documentation/devicetree/bindings/ufs/qcom,ufs.yaml @@ -26,6 +26,7 @@ properties: - qcom,msm8994-ufshc - qcom,msm8996-ufshc - qcom,msm8998-ufshc + - qcom,qcs8300-ufshc - qcom,sa8775p-ufshc - qcom,sc7180-ufshc - qcom,sc7280-ufshc @@ -146,6 +147,7 @@ allOf: contains: enum: - qcom,msm8998-ufshc + - qcom,qcs8300-ufshc - qcom,sa8775p-ufshc - qcom,sc7280-ufshc - qcom,sc8180x-ufshc |