Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 429dfeb8 authored by Yaniv Gardi's avatar Yaniv Gardi
Browse files

scsi: ufs: enable the quirk to add delay before dme commands



Before each dme command (get, set), delay is required for
stability purposes.
This change enables that quirk.

Change-Id: I8ef88f08562de444cb81e767c4d8aeb35b6bb0ea
Signed-off-by: default avatarYaniv Gardi <ygardi@codeaurora.org>
parent cc23a3a8
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1768,6 +1768,7 @@ static void msm_ufs_advertise_quirks(struct ufs_hba *hba)
			      | UFSHCD_QUIRK_BROKEN_CAP_64_BIT_0
			      | UFSHCD_QUIRK_BROKEN_DEVICE_Q_CMND
			      | UFSHCD_QUIRK_BROKEN_PWR_MODE_CHANGE
			      | UFSHCD_QUIRK_DELAY_BEFORE_DME_CMDS
			      | UFSHCD_QUIRK_BROKEN_SUSPEND);
}