Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

scsi: dt-bindings: mediatek,ufs: Add ufs-disable-mcq flag for UFS host

Add the 'mediatek,ufs-disable-mcq' property to the UFS device-tree
bindings. This flag corresponds to the UFS_MTK_CAP_DISABLE_MCQ host
capability recently introduced in the UFS host driver, allowing it to
disable the Multiple Circular Queue (MCQ) feature when present. The
binding schema has also been updated to resolve DTBS check errors.

Cc: stable@vger.kernel.org
Fixes: 46bd3e31d74b ("scsi: ufs: mediatek: Add UFS_MTK_CAP_DISABLE_MCQ")
Signed-off-by: Macpaul Lin <macpaul.lin@mediatek.com>
Link: https://lore.kernel.org/r/20250722085721.2062657-2-macpaul.lin@mediatek.com
Reviewed-by: Rob Herring (Arm) <robh@kernel.org>
Reviewed-by: Peter Wang <peter.wang@mediatek.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>

authored by

Macpaul Lin and committed by
Martin K. Petersen
794ff7a0 6f1fd3e0

+4
+4
Documentation/devicetree/bindings/ufs/mediatek,ufs.yaml
··· 33 33 34 34 vcc-supply: true 35 35 36 + mediatek,ufs-disable-mcq: 37 + $ref: /schemas/types.yaml#/definitions/flag 38 + description: The mask to disable MCQ (Multi-Circular Queue) for UFS host. 39 + 36 40 required: 37 41 - compatible 38 42 - clocks