Skip to content

Commit 37d4cc6

Browse files
committed
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Pull SCSI fix from James Bottomley: "Single ufs driver fix quirking around another device spec violation" * tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi: scsi: ufs: ufs-mediatek: Add UFSHCD_QUIRK_BROKEN_LSDBS_CAP
2 parents 8727656 + 0f9592a commit 37d4cc6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

drivers/ufs/host/ufs-mediatek.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1026,6 +1026,9 @@ static int ufs_mtk_init(struct ufs_hba *hba)
10261026
if (host->caps & UFS_MTK_CAP_DISABLE_AH8)
10271027
hba->caps |= UFSHCD_CAP_HIBERN8_WITH_CLK_GATING;
10281028

1029+
if (host->caps & UFS_MTK_CAP_DISABLE_MCQ)
1030+
hba->quirks |= UFSHCD_QUIRK_BROKEN_LSDBS_CAP;
1031+
10291032
ufs_mtk_init_clocks(hba);
10301033

10311034
/*

0 commit comments

Comments
 (0)