Skip to content

Commit 794ff7a

Browse files
macpaul-lin-mtkmartinkpetersen
authored andcommitted
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: [email protected] Fixes: 46bd3e3 ("scsi: ufs: mediatek: Add UFS_MTK_CAP_DISABLE_MCQ") Signed-off-by: Macpaul Lin <[email protected]> Link: https://lore.kernel.org/r/[email protected] Reviewed-by: Rob Herring (Arm) <[email protected]> Reviewed-by: Peter Wang <[email protected]> Signed-off-by: Martin K. Petersen <[email protected]>
1 parent 6f1fd3e commit 794ff7a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Documentation/devicetree/bindings/ufs/mediatek,ufs.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@ properties:
3333

3434
vcc-supply: true
3535

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+
3640
required:
3741
- compatible
3842
- clocks

0 commit comments

Comments
 (0)