aboutsummaryrefslogtreecommitdiff
path: root/Documentation/devicetree/bindings/ufs
diff options
context:
space:
mode:
authorGravatar Ziqi Chen <quic_ziqichen@quicinc.com> 2023-11-28 12:07:47 +0800
committerGravatar Martin K. Petersen <martin.petersen@oracle.com> 2023-12-05 21:01:52 -0500
commitaf85d689ae08860e4f9648f05e09f1de868091f4 (patch)
treef971f547a6356ba868897ac77e86a4e2a0279fb4 /Documentation/devicetree/bindings/ufs
parentMerge patch series "scsi: arcmsr: support Areca ARC-1688 Raid controller" (diff)
downloadlinux-af85d689ae08860e4f9648f05e09f1de868091f4.tar.gz
linux-af85d689ae08860e4f9648f05e09f1de868091f4.tar.bz2
linux-af85d689ae08860e4f9648f05e09f1de868091f4.zip
scsi: ufs: dt-bindings: Add msi-parent for UFS MCQ
The Message Signaled Interrupts (MSI) support has been introduced in UFSHCI version 4.0 (JESD223E). The MSI is the recommended interrupt approach for MCQ. If choose to use MSI, in UFS DT, we need to provide msi-parent property that point to the hardware entity which serves as the MSI controller for this UFS controller. Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Acked-by: Conor Dooley <conor.dooley@microchip.com> Signed-off-by: Ziqi Chen <quic_ziqichen@quicinc.com> Link: https://lore.kernel.org/r/1701144469-1018-1-git-send-email-quic_ziqichen@quicinc.com Reviewed-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Diffstat (limited to 'Documentation/devicetree/bindings/ufs')
-rw-r--r--Documentation/devicetree/bindings/ufs/ufs-common.yaml2
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/ufs/ufs-common.yaml b/Documentation/devicetree/bindings/ufs/ufs-common.yaml
index 985ea8f64de8..31fe7f30ff5b 100644
--- a/Documentation/devicetree/bindings/ufs/ufs-common.yaml
+++ b/Documentation/devicetree/bindings/ufs/ufs-common.yaml
@@ -87,6 +87,8 @@ properties:
description:
Specifies max. load that can be drawn from VCCQ2 supply.
+ msi-parent: true
+
dependencies:
freq-table-hz: [ clocks ]
operating-points-v2: [ clocks, clock-names ]