Skip to content

Commit d61fa5b

Browse files
Stanley Chumartinkpetersen
authored andcommitted
scsi: ufs-mediatek: Apply DELAY_AFTER_LPM quirk to Micron devices
Micron UFS devices require DELAY_AFTER_LPM device quirk in MediaTek platforms. Link: https://lore.kernel.org/r/[email protected] Acked-by: Avri Altman <[email protected]> Reviewed-by: Andy Teng <[email protected]> Reviewed-by: Peter Wang <[email protected]> Signed-off-by: Stanley Chu <[email protected]> Signed-off-by: Martin K. Petersen <[email protected]>
1 parent c4df6ee commit d61fa5b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

drivers/scsi/ufs/ufs-mediatek.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@
3636
ufs_mtk_smc(UFS_MTK_SIP_DEVICE_RESET, high, res)
3737

3838
static struct ufs_dev_fix ufs_mtk_dev_fixups[] = {
39+
UFS_FIX(UFS_VENDOR_MICRON, UFS_ANY_MODEL,
40+
UFS_DEVICE_QUIRK_DELAY_AFTER_LPM),
3941
UFS_FIX(UFS_VENDOR_SKHYNIX, "H9HQ21AFAMZDAR",
4042
UFS_DEVICE_QUIRK_SUPPORT_EXTENDED_FEATURES),
4143
END_FIX

0 commit comments

Comments
 (0)