]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
scsi: ufs: dt-bindings: Add missing mcq reg for qcom,sa8255p-ufshc
authorShawn Guo <shengchao.guo@oss.qualcomm.com>
Mon, 20 Jul 2026 02:35:52 +0000 (10:35 +0800)
committerMartin K. Petersen <martin.petersen@oracle.com>
Sun, 26 Jul 2026 19:35:33 +0000 (15:35 -0400)
Qualcomm UFS controller found on SoCs SA8255P/SA8797P has a MCQ I/O address
space. It should be defined in the bindings even though Linux driver
currently doesn't utilize it. Fix the binding before it gets adopted by
DTS.

Fixes: e2725ed2a7fb ("scsi: ufs: dt-bindings: Document bindings for SA8255P UFS Host Controller")
Cc: stable@vger.kernel.org
Signed-off-by: Shawn Guo <shengchao.guo@oss.qualcomm.com>
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>
Link: https://patch.msgid.link/20260720023552.2667237-1-shengchao.guo@oss.qualcomm.com
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Documentation/devicetree/bindings/ufs/qcom,sa8255p-ufshc.yaml

index db165a235cb6d8c38602498ffe8a6b3f1119ce5c..66d73e9025d6b0bd14bda0ef5c58791d1a6272d4 100644 (file)
@@ -18,7 +18,14 @@ properties:
           - const: qcom,sa8255p-ufshc
 
   reg:
-    maxItems: 1
+    minItems: 1
+    maxItems: 2
+
+  reg-names:
+    minItems: 1
+    items:
+      - const: std
+      - const: mcq
 
   interrupts:
     maxItems: 1